Skip to content

Commit

Permalink
chore(deps): update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent f78a0e7 commit ae064ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ rich = "^13.9.2"

[tool.poetry.group.lint.dependencies]
mypy = "^1.13.0"
poethepoet = "^0.30.0"
pyright = "^1.1.389"
ruff = "^0.7.4"
poethepoet = "^0.31.1"
pyright = "^1.1.390"
ruff = "^0.8.2"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.3"
pytest = "^8.3.4"
pytest-asyncio = "^0.24.0"
pytest-benchmark = "^5.1.0"
pytest-cov = "^6.0.0"
pytest-httpx = "^0.33.0"
pytest-httpx = "^0.35.0"
pytest-mock = "^3.14.0"
logot = "^1.3.0"

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.44"
mkdocs-material = "^9.5.48"
mkdocstrings = "^0.27.0"
mkdocstrings-python = "^1.12.2"

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

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

0 comments on commit ae064ab

Please sign in to comment.