fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
This commit is contained in:
parent
eae6a34bfc
commit
f78b1e3672
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
gevent>=1.1.0
|
gevent>=1.1.0
|
||||||
msgpack>=0.4.4
|
msgpack>=0.4.4
|
||||||
|
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
|
Loading…
Reference in a new issue