Skip to content

Commit a824d57

Browse files
committed
fix: resources/projects/dockerfile-double-components/python/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-14157807 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-14157810 - https://snyk.io/vuln/SNYK-PYTHON-SQLPARSE-14157217
1 parent 5065b0a commit a824d57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
django>=3.2.14,<1.12
1+
django>=4.2.27
22
django-debug-toolbar==1.8
33
gunicorn==19.5.0
44
psycopg2-binary==2.8.5
55
whitenoise==3.3.1
6+
sqlparse>=0.5.4 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)