Skip to content

Commit 080a603

Browse files
committed
Bump Python dependencies
1 parent 82173f7 commit 080a603

2 files changed

Lines changed: 892 additions & 879 deletions

File tree

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ isort = "*"
1111

1212
[packages]
1313
whoosh = "==2.7.4"
14-
fastapi = "==0.115.4"
15-
uvicorn = {extras = ["standard"], version = "==0.32.0"}
14+
fastapi = "==0.115.12"
15+
uvicorn = {extras = ["standard"], version = "==0.34.0"}
1616
aiofiles = "==24.1.0"
17-
python-jose = {extras = ["cryptography"], version = "==3.3.0"}
17+
python-jose = {extras = ["cryptography"], version = "==3.4.0"}
1818
pyotp = "==2.9.0"
1919
qrcode = "==8.0"
20-
python-multipart = "==0.0.17"
20+
python-multipart = "==0.0.20"
2121

2222
[requires]
2323
python_version = "3.11"

0 commit comments

Comments
 (0)