From b8308c4f208dab0732563c0cbb1efb0be21094c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 09:20:11 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3e187e..a0abea8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ requests>=2.20.0 pytest==2.9.2 pytest-cov==2.12.1 responses==0.8.1 -pytest-mock==1.2 \ No newline at end of file +pytest-mock==1.2 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file