Skip to content

Commit

Permalink
chore(deps): update dev-dependencies (#253)
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 Oct 24, 2024
1 parent 2c7aeb0 commit 897af50
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 70 deletions.
129 changes: 65 additions & 64 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.9.2"

[tool.poetry.group.lint.dependencies]
mypy = "^1.12.0"
mypy = "^1.13.0"
poethepoet = "^0.29.0"
pyright = "^1.1.385"
ruff = "^0.7.0"
pyright = "^1.1.386"
ruff = "^0.7.1"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
Expand All @@ -48,12 +48,12 @@ mkdocs = "^1.6.1"
mkdocs-click = "^0.8.1"
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.1"
mkdocs-material = "^9.5.41"
mkdocs-material = "^9.5.42"
mkdocstrings = "^0.26.2"
mkdocstrings-python = "^1.12.1"
mkdocstrings-python = "^1.12.2"

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

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

0 comments on commit 897af50

Please sign in to comment.