Skip to content

Commit c367a53

Browse files
committedJul 11, 2024
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 56220e9 commit c367a53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ configobj
5151
boto3
5252
pandas
5353
pyperclip
54-
backports-datetime-fromisoformat; python_version < '3.11'
54+
backports-datetime-fromisoformat; python_version < '3.11'
55+
django>=4.2.14 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)