From 027e9f154160c6e74a1101309d8961d360ed93d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Mar 2025 23:59:08 +0000 Subject: [PATCH] fix: tests-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- tests-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests-requirements.txt b/tests-requirements.txt index 03aa578..014b95c 100644 --- a/tests-requirements.txt +++ b/tests-requirements.txt @@ -6,3 +6,4 @@ pytest pytest-cov # pytest-pep8<1.0.6 # Does not install properly on CircleCI's docker images for Python <=3.4 (!) Not used yet, anyway. responses<0.6 +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability