From e26cac6f90a52dac5219f7a36b716909fe734ccf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Nov 2024 04:01:37 +0000 Subject: [PATCH] fix: python-env/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GEVENT-8320934 --- python-env/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-env/requirements.txt b/python-env/requirements.txt index ae0a5fa..f08a422 100644 --- a/python-env/requirements.txt +++ b/python-env/requirements.txt @@ -1 +1,2 @@ -hkube-python-wrapper==0.3.3 \ No newline at end of file +hkube-python-wrapper==0.3.3 +gevent>=24.10.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file