fix: requirements.txt to reduce vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5840803
pull/331/head
snyk-bot 2023-08-15 17:50:16 +00:00
parent 6378616fdb
commit 31646757cd
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
paramiko==2.10.4
tornado==5.1.1; python_version < '3.5'
tornado==6.1.0; python_version >= '3.5'
tornado==6.3.3; python_version < '3.5'
tornado==6.3.3; python_version >= '3.5'
cryptography>=39.0.1 # not directly required, pinned by Snyk to avoid a vulnerability