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 Sep 21, 2024
1 parent bf35143 commit e02326e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
86 changes: 43 additions & 43 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 @@ -27,21 +27,21 @@ uvicorn = "^0.30.1"
[tool.poetry.group.lint.dependencies]
mypy = "^1.11.2"
poethepoet = "^0.28.0"
pyright = "^1.1.378"
ruff = "^0.6.3"
pyright = "^1.1.381"
ruff = "^0.6.6"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.6.1"
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.1"
mkdocs-material = "^9.5.34"
mkdocs-material = "^9.5.35"
mkdocs-swagger-ui-tag = "^0.6.10"
mkdocstrings = "^0.25.2"
mkdocstrings-python = "^1.10.9"
mkdocstrings = "^0.26.1"
mkdocstrings-python = "^1.11.1"

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

0 comments on commit e02326e

Please sign in to comment.