Skip to content

Commit b46b71d

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7435780 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436273 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436514 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436646
1 parent 0657e7b commit b46b71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ coreapi==2.3.3
1818
coreschema==0.0.4
1919
cycler==0.12.1
2020
decorator==5.1.1
21-
Django==4.1.13
21+
Django==4.2.14
2222
django-bootstrap4==3.0.1
2323
django-extensions==3.1.3
2424
django-filter==2.4.0

0 commit comments

Comments
 (0)