Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
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-DNSPYTHON-6241713
- https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975
  • Loading branch information
snyk-bot committed Apr 14, 2024
1 parent 1dfa8d2 commit b81ff98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ articlemetaapi==1.26.4
prometheus-client==0.5.0
beautifulsoup4==4.6.3
mock==2.0.0
dnspython>=2.6.1 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit b81ff98

Please sign in to comment.