From 401a2c8a4296d344107ff16bf2b7e82a23952a04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 07:05:27 +0000 Subject: [PATCH] fix: test_requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- test_requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 93baa21..6e56832 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -4,4 +4,5 @@ pytest pytest-cov pytest-instafail pytest-pep8 -pytest-spec \ No newline at end of file +pytest-spec +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file