Skip to content

Commit 320d109

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-GUNICORN-9510910
1 parent d51ff67 commit 320d109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ email-validator==1.3.1
1515
fastapi==0.103.1
1616
# fastapi-jwt-auth==0.6.1 (wrong version cant deploy)
1717
fastapi-jwt-auth==0.5.0
18-
gunicorn==20.1.0
18+
gunicorn==23.0.0
1919
h11==0.14.0
2020
httptools==0.5.0
2121
idna==3.4

0 commit comments

Comments
 (0)