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-TORNADO-8400708
  • Loading branch information
snyk-bot committed Nov 30, 2024
1 parent 8594399 commit 9f1d688
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 @@ -16,6 +16,6 @@ semver==2.10.1
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
smmap==3.0.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml==0.10.1
tornado==6.3.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tornado==6.4.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
uritools==3.0.0; python_version ~= '3.5'
wheel==0.34.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'

0 comments on commit 9f1d688

Please sign in to comment.