From eff2abf7b1457d78ab0d1375a032939b24100286 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Jun 2025 09:44:05 +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-REQUESTS-10305723 --- 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..11afef39a 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 +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability