Skip to content

Commit 5155aea

Browse files
committed
Upgrade dependencies
1 parent b0c4fc1 commit 5155aea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
uvicorn==0.22.0 # v0.22.0 is the last to support Python 3.7
2-
fastapi==0.101.1
2+
fastapi==0.103.0
33
python-multipart==0.0.6
44
websockets==11.0.3
55
aiohttp>=3.8.5,<3.9
66
async-timeout==4.0.3
77
aiofiles==23.2.1
88
Jinja2>=3.1.2,<3.2
9-
sentry-sdk==1.29.2,<1.30
9+
sentry-sdk==1.30.0,<1.31
1010
psutil==5.9.5
1111
distro>=1.8.0
1212
py-cpuinfo==9.0.0
1313
sqlalchemy==2.0.18
1414
aiosqlite==0.19.0
15-
alembic==1.11.2
15+
alembic==1.12.0
1616
passlib[bcrypt]==1.7.4
1717
python-jose==3.3.0
1818
email-validator==2.0.0.post2
19-
watchfiles==0.19.0
19+
watchfiles==0.20.0
2020
zstandard==0.21.0
2121
importlib_resources>=1.3

0 commit comments

Comments
 (0)