From 44d8eb1017a715654df16da399bf5b6c9fad9fc8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jan 2026 10:03:51 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 90736be8..9c685489 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,3 +39,4 @@ tweak >= 1.0.3, < 2 # Version range restricted due to an incompatibility with later versions of gitdb2. # See https://github.com/gitpython-developers/GitPython/issues/983 gitdb2==3.0.1 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability