Skip to content

Commit aecc3d5

Browse files
committed
Bump and pin Python dependencies
1 parent f5bd96b commit aecc3d5

File tree

2 files changed

+292
-302
lines changed

2 files changed

+292
-302
lines changed

Pipfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ rope = "*"
1010
isort = "*"
1111

1212
[packages]
13-
whoosh = "2.7.4"
14-
fastapi = "0.102.0"
15-
uvicorn = {extras = ["standard"], version = "0.23.2"}
16-
aiofiles = "23.2.0"
17-
python-jose = {extras = ["cryptography"], version = "3.3.0"}
18-
pyotp = "2.8.0"
19-
qrcode = "7.4.2"
20-
python-multipart = "0.0.6"
13+
whoosh = "==2.7.4"
14+
fastapi = "==0.110.1"
15+
uvicorn = {extras = ["standard"], version = "==0.29.0"}
16+
aiofiles = "==23.2.1"
17+
python-jose = {extras = ["cryptography"], version = "==3.3.0"}
18+
pyotp = "==2.9.0"
19+
qrcode = "==7.4.2"
20+
python-multipart = "==0.0.9"
2121

2222
[requires]
2323
python_version = "3.11"

0 commit comments

Comments
 (0)