From 9a2bd47256958fc606902206a36bca765420def0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 08:02:03 +0000 Subject: [PATCH] fix: dev-requirements-2.9-py2.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- dev-requirements-2.9-py2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements-2.9-py2.txt b/dev-requirements-2.9-py2.txt index f90152de..cbf69545 100644 --- a/dev-requirements-2.9-py2.txt +++ b/dev-requirements-2.9-py2.txt @@ -16,3 +16,4 @@ python-magic==0.4.18 progressbar==2.5 pika>=1.1.0,<1.3.0 # resolve harvester conflict +requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability