Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#170)
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-REQUESTS-6928867

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
billmetangmo and snyk-bot authored Jun 26, 2024
1 parent 2b356b2 commit 9cea8f4
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 @@ -11,4 +11,4 @@ coverage==6.4.1
selenium==3.141.0
selenium-wire==4.2.0
certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 9cea8f4

Please sign in to comment.