Skip to content

Commit

Permalink
Update httpx requirement from 0.27.0 to 0.27.2 in /backend
Browse files Browse the repository at this point in the history
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.27.2)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 2ece301 commit 0321d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bcrypt = "4.0.1"
email-validator = "2.1.1"
fastapi = "0.112.2"
greenlet = "3.0.3"
httpx = "0.27.0"
httpx = "0.27.2"
loguru = "0.7.2"
passlib = "1.7.4"
pathlib = "1.0.1"
Expand Down Expand Up @@ -44,7 +44,7 @@ bcrypt = "4.0.1"
email-validator = "2.1.1"
fastapi = "0.112.2"
greenlet = "3.0.3"
httpx = "0.27.0"
httpx = "0.27.2"
loguru = "0.7.2"
passlib = "1.7.4"
pathlib = "1.0.1"
Expand Down

0 comments on commit 0321d59

Please sign in to comment.