Skip to content

Commit

Permalink
Bump fastapi from 0.96.0 to 0.109.1 in /services/qj
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.96.0 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](tiangolo/fastapi@0.96.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] committed Feb 5, 2024
1 parent efe383f commit a09856b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/qj/requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MarkupSafe==2.1.1
alembic==1.4.2
boto3==1.28.80
fastapi==0.96.0
fastapi==0.109.1
psycopg2-binary==2.9.2
requests==2.31.0
sqlalchemy==1.3.24
Expand Down
7 changes: 4 additions & 3 deletions services/qj/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ charset-normalizer==2.0.12
# via requests
click==8.0.4
# via uvicorn
fastapi==0.96.0
fastapi==0.109.1
# via -r requirements.in
h11==0.13.0
# via uvicorn
Expand Down Expand Up @@ -68,14 +68,15 @@ sqlalchemy==1.3.24
# via
# -r requirements.in
# alembic
starlette==0.27.0
starlette==0.35.1
# via fastapi
tableauhyperapi==0.0.18161
# via -r requirements.in
tableauserverclient==0.17.0
# via -r requirements.in
typing-extensions==4.1.1
typing-extensions==4.9.0
# via
# fastapi
# pydantic
# starlette
urllib3==1.26.18
Expand Down

0 comments on commit a09856b

Please sign in to comment.