Skip to content

Commit 2747b51

Browse files
committed
fix: examples/django/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-12485156
1 parent 6e475e6 commit 2747b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
django>=2.2.1
1+
django>=4.2.24
22
sqlalchemy>=1.0.14
33
celery>=5.0.5

0 commit comments

Comments
 (0)