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-SETUPTOOLS-7448482
- https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
  • Loading branch information
snyk-bot committed Jul 15, 2024
1 parent fd34a66 commit d1832fd
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 @@ -4,7 +4,7 @@ ipapi
undetected-chromedriver==3.5.5
selenium-wire
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=69.0.2 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
psutil
blinker==1.7.0 #prevents issues on newer versions
apprise
Expand Down

0 comments on commit d1832fd

Please sign in to comment.