From fc84699b64fee48836ad8248fe742860790e51bd Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:04:28 +0000 Subject: [PATCH] fix: Pybelt/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- Pybelt/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Pybelt/requirements.txt b/Pybelt/requirements.txt index 9c363411..69f87bc3 100644 --- a/Pybelt/requirements.txt +++ b/Pybelt/requirements.txt @@ -4,3 +4,4 @@ beautifulsoup4==4.5.3 protobuf==3.2.0rc2 requests==2.20.0 google==1.9.3 +urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability