mirror of https://github.com/huashengdun/webssh
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5840803pull/331/head
parent
6378616fdb
commit
31646757cd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue