Skip to content

Commit 88bfa0a

Browse files
committed
fix: backend/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-10305723
1 parent 92cea26 commit 88bfa0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pydantic==2.0.2
3131
PyJWT==1.7.1
3232
python-multipart==0.0.6
3333
PyYAML==6.0.1
34-
requests==2.31.0
34+
requests==2.32.4
3535
six==1.16.0
3636
sh==1.14.3
3737
# SQLAlchemy==2.0.20

0 commit comments

Comments
 (0)