Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#11558)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Giovanni Allegri <[email protected]>
  • Loading branch information
3 people authored Oct 5, 2023
1 parent dd66c76 commit 38c2c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ beautifulsoup4==4.12.2
httplib2<0.22.1
hyperlink==21.0.0
idna>=2.5,<3.5
urllib3==1.26.15
urllib3==1.26.17
Paver==1.3.4
python-slugify==8.0.1
decorator==5.1.1
Expand Down

0 comments on commit 38c2c39

Please sign in to comment.