Skip to content

Commit

Permalink
Update dependency fastapi to >=0.109.1, <0.115.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 8cfbcd8 commit 2c76e08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ click = "^8.1.3"
click-plugins = "^1.1.1"
python-dotenv = ">=0.20.0,<1.0.0 || ^1.0.0"
pydantic-settings = "^2.0.2"
fastapi = {version = ">=0.109.1, <0.114.0", optional = true}
fastapi = {version = ">=0.109.1, <0.115.0", optional = true}
uvicorn = {version = "^0.18.2 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.30.0", optional = true}
httpx = {version = "^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0", optional = true}
fedora-messaging = {version = "^3.3.0", optional = true}
Expand Down

0 comments on commit 2c76e08

Please sign in to comment.