Skip to content

Commit

Permalink
Bump fastapi from 0.70.0 to 0.109.1
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.70.0 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.70.0...0.109.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 6795df0 commit 1c0952c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.4.1
# via uvicorn
click==8.0.3
# via uvicorn
fastapi==0.70.0
fastapi==0.109.1
# via -r requirements.in
h11==0.12.0
# via uvicorn
Expand All @@ -22,9 +22,11 @@ pydantic==1.8.2
# fastapi
sniffio==1.2.0
# via anyio
starlette==0.16.0
starlette==0.35.1
# via fastapi
typing-extensions==4.0.1
# via pydantic
typing-extensions==4.9.0
# via
# fastapi
# pydantic
uvicorn==0.16.0
# via -r requirements.in

0 comments on commit 1c0952c

Please sign in to comment.