Skip to content

Commit 6ef4ae3

Browse files
committed
fix: Pwned_or_not_GUI/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532
1 parent f05226e commit 6ef4ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pwned_or_not_GUI/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ certifi==2020.12.5
22
chardet==4.0.0
33
idna==2.10
44
python-decouple==3.4
5-
requests==2.25.1
5+
requests==2.31.0
66
urllib3==1.26.4
77
tkinter==8.6

0 commit comments

Comments
 (0)