Skip to content

Commit

Permalink
Update dependency httpx to ^0.23.0 || ^0.24.0 || ^0.25.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 14, 2023
1 parent 038d721 commit 5084827
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion 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 @@ -49,7 +49,7 @@ click-plugins = "^1.1.1"
python-dotenv = ">=0.20.0,<1.0.0 || ^1.0.0"
fastapi = {version = "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.86.0 || ^0.87.0 || ^0.88.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 || ^0.92.0 || ^0.93.0 || ^0.94.0 || ^0.95.0 || ^0.96.0 || ^0.97.0 || ^0.98.0 || ^0.99.0 || ^0.100.0 || ^0.101.0 || ^0.102.0 || ^0.103.0", optional = true}
uvicorn = {version = "^0.18.2 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0", optional = true}
httpx = {version = "^0.23.0 || ^0.24.0", optional = true}
httpx = {version = "^0.23.0 || ^0.24.0 || ^0.25.0", optional = true}
fedora-messaging = {version = "^3.3.0", optional = true}
tomli = {version = "^2.0.1", optional = true}
aio-pika = {version = "^8.2.0 || ^9.0.0", optional = true}
Expand Down

0 comments on commit 5084827

Please sign in to comment.