From dc9a47bfe553744ad9f21c6bee5a401b336531a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Jun 2025 16:40:57 +0000 Subject: [PATCH] fix: examples/e2e/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- examples/e2e/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/e2e/requirements.txt b/examples/e2e/requirements.txt index a11e78ea9..9d4ef2caa 100644 --- a/examples/e2e/requirements.txt +++ b/examples/e2e/requirements.txt @@ -1,4 +1,5 @@ Flask==1.1.1 pytest==5.4.1 requests==2.23.0 -testcontainers==3.3.0 \ No newline at end of file +testcontainers==3.3.0 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file