mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-11 16:44:53 +00:00
fix: docs/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5840803
This commit is contained in:
parent
aeb9a0cdf1
commit
73ec3f0831
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ sphinx-rtd-dark-mode==1.2.4
|
|||
sphinx_copybutton==0.5.2
|
||||
sphinx-autobuild==2021.3.14
|
||||
tgcrypto==1.2.5
|
||||
tornado>=6.3.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
|
|
|
|||
Loading…
Reference in a new issue