From 0219bfb688eb39bd1886a1a3cb794d1689bb4d91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 11:15:01 +0000 Subject: [PATCH] fix: examples/webpy_example/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/webpy_example/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/webpy_example/requirements.txt b/examples/webpy_example/requirements.txt index accc6fda4..28b92cc3f 100644 --- a/examples/webpy_example/requirements.txt +++ b/examples/webpy_example/requirements.txt @@ -1,3 +1,4 @@ Jinja2==2.6 web.py==0.37 python-social-auth +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability