Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d84d86

Browse files
committed
fix: Python/Pipenv/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642790 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642791 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642813 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7642814
1 parent 0ddfc40 commit 3d84d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/Pipenv/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==2.1
1+
Django==4.2.15
22
django-crispy-forms==1.7.2
33
Pillow==10.2.0
44
pytz==2018.5

0 commit comments

Comments
 (0)