mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +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 Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
5bb4d936cc
commit
ad5c2b8eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ sphinx-rtd-dark-mode
|
||||||
sphinx_copybutton
|
sphinx_copybutton
|
||||||
sphinx-autobuild
|
sphinx-autobuild
|
||||||
tgcrypto
|
tgcrypto
|
||||||
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