Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 7, 2024
1 parent 28faec5 commit 4e7b61e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ black = { version = "*" }
bump2version = "^1.0"
fastapi = {version = "^0.88"}
flake8 = { version = "*" }
httpcore = "^0.16.2"
httpx = "^0.23.1"
httpcore = "^0.18.0"
httpx = "^0.27.0"
invoke = "^2.0.0"
isort = { version = "*" }
mkapi = { version = "*" }
Expand All @@ -68,7 +68,7 @@ safety = "^2.3"
toml = { version = "*" }
tox = { version = "*" }
twine = { version = "*" }
uvicorn = "^0.20"
uvicorn = "^0.30.0"
virtualenv = { version = "^20.16" }
yamllint = "*"
pylint = {version = "^2.15.5", python = "^3.9"}
Expand All @@ -81,7 +81,7 @@ pymdown-extensions = "^9.7"
mkdocs = "^1.4.1"
mkdocs-include-markdown-plugin = { version = "^4.0.0", python = "3.9" }
mkapi = "^1.0.14"
mkdocs-autorefs = "^0.4.1"
mkdocs-autorefs = "^0.5.0"


[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit 4e7b61e

Please sign in to comment.