Skip to content

Commit

Permalink
chore(deps): update dev-dependencies (#208)
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 Jun 1, 2024
1 parent 3255232 commit ab8fcec
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
76 changes: 38 additions & 38 deletions poetry.lock

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

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ rich = "^13.7.0"
[tool.poetry.group.lint.dependencies]
mypy = "^1.10.0"
poethepoet = "^0.26.1"
pyright = "^1.1.361"
ruff = "^0.4.3"
pyright = "^1.1.365"
ruff = "^0.4.7"

[tool.poetry.group.test.dependencies]
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
pytest = "^8.2.1"
pytest-asyncio = "^0.23.7"
pytest-benchmark = "^4.0.0"
pytest-cov = "^5.0.0"
pytest-httpx = "^0.30.0"
Expand All @@ -48,9 +48,9 @@ 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.21"
mkdocstrings = "^0.25.0"
mkdocstrings-python = "^1.10.0"
mkdocs-material = "^9.5.25"
mkdocstrings = "^0.25.1"
mkdocstrings-python = "^1.10.3"

[tool.poetry.group.build.dependencies]
nuitka = { version = "^2.1.5", platform = "win32" }
Expand Down

0 comments on commit ab8fcec

Please sign in to comment.