Skip to content

Commit

Permalink
chore(deps): update dev-dependencies (#226)
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] committed Aug 24, 2024
1 parent 80f227b commit d79a0e9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ rich = "^13.7.1"
[tool.poetry.group.lint.dependencies]
mypy = "^1.11.1"
poethepoet = "^0.27.0"
pyright = "^1.1.376"
ruff = "^0.6.0"
pyright = "^1.1.377"
ruff = "^0.6.2"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"
pytest-asyncio = "^0.23.8"
pytest-asyncio = "^0.24.0"
pytest-benchmark = "^4.0.0"
pytest-cov = "^5.0.0"
pytest-httpx = "^0.30.0"
Expand All @@ -48,7 +48,7 @@ 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.31"
mkdocs-material = "^9.5.33"
mkdocstrings = "^0.25.2"
mkdocstrings-python = "^1.10.8"

Expand Down

0 comments on commit d79a0e9

Please sign in to comment.