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-PYYAML-590151
  • Loading branch information
snyk-bot committed Apr 3, 2024
1 parent a4d34fd commit b157084
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 @@ -37,7 +37,7 @@ pyflakes==2.1.1
Pygments==2.6.1
PyJWT==1.7.1
pytz==2019.3
PyYAML==5.3
PyYAML==5.4
regex==2020.2.20
requests==2.23.0
selenium==3.141.0
Expand Down

0 comments on commit b157084

Please sign in to comment.