Skip to content

Commit 84c59ae

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-9510910
1 parent 0ed11e4 commit 84c59ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ django-cors-headers==3.13.0
2323
django-js-asset==2.0.0; python_version >= '3.6'
2424
django-redis==5.2.0
2525
django==4.1.1
26-
gunicorn==20.1.0
26+
gunicorn==23.0.0
2727
idna==3.4; python_version >= '3.5'
2828
lxml==4.9.1
2929
markdown2==2.4.3; python_version >= '3.5' and python_version < '4'

0 commit comments

Comments
 (0)