Skip to content

Commit

Permalink
Update fastapi requirement from 0.112.2 to 0.115.4 in /backend
Browse files Browse the repository at this point in the history
Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.112.2...0.115.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 7ee7526 commit 8aa875d
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 @@ -14,7 +14,7 @@ async-timeout = "4.0.3"
asyncio = "3.4.3"
bcrypt = "4.0.1"
email-validator = "2.1.1"
fastapi = "0.112.2"
fastapi = "0.115.4"
greenlet = "3.0.3"
httpx = "0.27.2"
loguru = "0.7.2"
Expand Down Expand Up @@ -42,7 +42,7 @@ asyncio = "3.4.3"
asyncpg = "0.29.0"
bcrypt = "4.0.1"
email-validator = "2.1.1"
fastapi = "0.112.2"
fastapi = "0.115.4"
greenlet = "3.0.3"
httpx = "0.27.2"
loguru = "0.7.2"
Expand Down

0 comments on commit 8aa875d

Please sign in to comment.