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