Skip to content

Commit a01b3b6

Browse files
committed
fix: resources/projects/django/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-10074036
1 parent 610872d commit a01b3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/projects/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django>=3.2.14,<1.12
1+
django>=4.2.21
22
django-debug-toolbar==1.8
33
gunicorn==19.5.0
44
psycopg2-binary==2.8.5

0 commit comments

Comments
 (0)