Skip to content

Commit f2773fd

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
1 parent 576552c commit f2773fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ charset-normalizer==3.0.1
55
idna==3.7
66
requests==2.31.0
77
soupsieve==2.4
8-
urllib3==1.26.18
8+
urllib3==1.26.19

0 commit comments

Comments
 (0)