From 85217e8e2d6f83c10a6fa2f8429b85dfc3bf0f83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 May 2025 08:10:11 +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-SETUPTOOLS-9964606 --- examples/pyramid_example/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pyramid_example/requirements.txt b/examples/pyramid_example/requirements.txt index 4a815a9ea..1e05741cb 100644 --- a/examples/pyramid_example/requirements.txt +++ b/examples/pyramid_example/requirements.txt @@ -1,2 +1,3 @@ python-social-auth pyramid +setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability