Skip to content

Commit

Permalink
upgrades suggested by Dependabot plus fastapi
Browse files Browse the repository at this point in the history
upgrades suggested by Dependabot plus fastapi so that starlette can upgrade.
```pip-compile --upgrade-package urllib3 --upgrade-package cryptography --upgrade-package starlette --upgrade-package fastapi```
  • Loading branch information
TomGoBravo authored Oct 7, 2023
1 parent 1d69ee9 commit 684c048
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ alembic==1.8.1
# via
# flask-migrate
# prefect
anyio==3.6.1
anyio==3.7.1
# via
# fastapi
# httpcore
# prefect
# starlette
Expand Down Expand Up @@ -74,15 +75,16 @@ coolname==1.1.0
# via prefect
croniter==1.3.5
# via prefect
cryptography==41.0.3
cryptography==41.0.4
# via prefect
docker==5.0.3
# via prefect
exceptiongroup==1.0.0rc9
# via
# anyio
# cattrs
# pytest
fastapi==0.95.1
fastapi==0.103.2
# via prefect
flask==2.3.2
# via
Expand Down Expand Up @@ -310,7 +312,7 @@ sqlalchemy-continuum @ git+https://github.com/kvesteri/sqlalchemy-continuum@a7a6
# via -r requirements.in
sqlalchemy-utils==0.38.2
# via sqlalchemy-continuum
starlette==0.26.1
starlette==0.27.0
# via fastapi
text-unidecode==1.3
# via python-slugify
Expand All @@ -322,14 +324,15 @@ tomli==2.0.0
# pytest
typer==0.6.1
# via prefect
typing-extensions==4.0.1
typing-extensions==4.8.0
# via
# aiosqlite
# fastapi
# prefect
# pydantic
uritemplate==3.0.0
# via -r requirements.in
urllib3==1.26.7
urllib3==2.0.6
# via
# kubernetes
# requests
Expand Down

0 comments on commit 684c048

Please sign in to comment.