Skip to content

Commit

Permalink
Update dependency fastapi to >=0.109.1, <0.111.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] authored and nphilipp committed Feb 27, 2024
1 parent a6a483e commit 370f9f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 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.110.0", optional = true}
fastapi = {version = ">=0.109.1, <0.111.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", 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 370f9f0

Please sign in to comment.