From 4cc7154cef8918ccb395f8278efb455fcfab780e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Aug 2025 08:52:16 +0000 Subject: [PATCH] fix: examples/pyramid_example/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- examples/pyramid_example/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pyramid_example/requirements.txt b/examples/pyramid_example/requirements.txt index 4a815a9ea..249b14cb4 100644 --- a/examples/pyramid_example/requirements.txt +++ b/examples/pyramid_example/requirements.txt @@ -1,2 +1,4 @@ python-social-auth pyramid +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability