Skip to content

Commit 79b5195

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-13836728 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-13837025
1 parent 6e475e6 commit 79b5195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.26
22
sqlalchemy>=1.0.14
33
celery>=5.0.5

0 commit comments

Comments
 (0)