Skip to content

Commit fba3b4b

Browse files
nuclearcatJenySadadia
authored andcommitted
dependencies: Updated python-jose from 3.3.0 to 3.5.0 due CVE
Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 770ec7d commit fba3b4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ pymongo==4.9.0
1010
passlib==1.7.4
1111
pydantic==2.9.2
1212
pymongo-migrate==0.11.0
13-
python-jose[cryptography]==3.3.0
13+
python-jose[cryptography]==3.5.0
1414
redis==5.0.1
1515
uvicorn[standard]==0.29.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"passlib == 1.7.4",
2525
"pydantic == 2.9.2",
2626
"pymongo-migrate == 0.11.0",
27-
"python-jose[cryptography] == 3.3.0",
27+
"python-jose[cryptography] == 3.5.0",
2828
"redis == 5.0.1",
2929
"uvicorn[standard] == 0.29.0",
3030
]

0 commit comments

Comments
 (0)