Skip to content

Commit

Permalink
[Snyk] Security upgrade idna from 3.6 to 3.7 (#12153)
Browse files Browse the repository at this point in the history
* fix: requirements.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975

* - Align setup.cfg to requirements.txt

* - Align setup.cfg to requirements.txt

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
afabiani and snyk-bot authored Apr 14, 2024
1 parent 3ba73fa commit 7ff42cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ amqp==5.2.0
beautifulsoup4==4.12.3
httplib2<0.22.1
hyperlink==21.0.0
idna>=2.5,<3.7
idna>=2.5,<4
urllib3==1.26.18
Paver==1.3.4
python-slugify==8.0.4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install_requires =
beautifulsoup4==4.12.3
httplib2<0.22.1
hyperlink==21.0.0
idna>=2.5,<3.7
idna>=2.5,<4
urllib3==1.26.18
Paver==1.3.4
python-slugify==8.0.4
Expand Down

0 comments on commit 7ff42cb

Please sign in to comment.