Skip to content

Commit

Permalink
fix: utils/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-TORNADO-7217828
- https://snyk.io/vuln/SNYK-PYTHON-TORNADO-7217829
  • Loading branch information
snyk-bot committed Jun 7, 2024
1 parent 8594399 commit 315c3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ semver==2.10.1
six==1.15.0
smmap==3.0.4
toml==0.10.1
tornado==5.1.1
tornado==6.4.1
uritools==3.0.0
wheel==0.34.2

0 comments on commit 315c3b7

Please sign in to comment.