Skip to content

Commit

Permalink
chore(deps): update dev-dependencies (#225)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent ce5da18 commit 80f227b
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 81 deletions.
138 changes: 63 additions & 75 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ python-dotenv = "^1.0.1"
rich = "^13.7.1"

[tool.poetry.group.lint.dependencies]
mypy = "^1.11.0"
mypy = "^1.11.1"
poethepoet = "^0.27.0"
pyright = "^1.1.373"
ruff = "^0.5.5"
pyright = "^1.1.376"
ruff = "^0.6.0"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"
Expand All @@ -48,12 +48,12 @@ mkdocs = "^1.6.0"
mkdocs-click = "^0.8.1"
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.1"
mkdocs-material = "^9.5.30"
mkdocs-material = "^9.5.31"
mkdocstrings = "^0.25.2"
mkdocstrings-python = "^1.10.7"
mkdocstrings-python = "^1.10.8"

[tool.poetry.group.build.dependencies]
nuitka = { version = "^2.4.2", platform = "win32" }
nuitka = { version = "^2.4.7", platform = "win32" }

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit 80f227b

Please sign in to comment.