Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 909de3a commit 61cca52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ click==8.1.7
colorama==0.4.6
dnspython==2.4.2
email-validator==2.1.0.post1
fastapi==0.105.0
fastapi==0.109.1
greenlet==3.0.3
h11==0.14.0
httpcore==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.app.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asyncpg==0.27.0
fastapi==0.89.1
fastapi==0.109.1
ormar==0.12.1
psycopg2-binary==2.9.5
uvicorn==0.20.0
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ databases==0.6.2
# via ormar
defusedxml==0.7.1
# via cairosvg
fastapi==0.89.1
fastapi==0.109.1
# via -r requirements.app.in
ghp-import==2.1.0
# via mkdocs
Expand Down Expand Up @@ -183,7 +183,7 @@ sqlalchemy==1.4.41
# via
# databases
# ormar
starlette==0.22.0
starlette==0.35.1
# via fastapi
termcolor==2.4.0
# via mkdocs-macros-plugin
Expand All @@ -192,7 +192,9 @@ tinycss2==1.2.1
# cairosvg
# cssselect2
typing-extensions==4.9.0
# via pydantic
# via
# fastapi
# pydantic
urllib3==2.1.0
# via requests
uvicorn==0.20.0
Expand Down

0 comments on commit 61cca52

Please sign in to comment.