Skip to content

Commit 38c2c39

Browse files
afabianisnyk-botgiohappy
authoredOct 5, 2023
fix: requirements.txt to reduce vulnerabilities (#11558)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
1 parent dd66c76 commit 38c2c39

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
@@ -10,7 +10,7 @@ beautifulsoup4==4.12.2
1010
httplib2<0.22.1
1111
hyperlink==21.0.0
1212
idna>=2.5,<3.5
13-
urllib3==1.26.15
13+
urllib3==1.26.17
1414
Paver==1.3.4
1515
python-slugify==8.0.1
1616
decorator==5.1.1

0 commit comments

Comments
 (0)