From 6aa31474b8a3b6f0853cf703b500b011a77ec8ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 18:34:57 +0000 Subject: [PATCH] fix: dev-requirements-2.9-py2.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- dev-requirements-2.9-py2.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements-2.9-py2.txt b/dev-requirements-2.9-py2.txt index dcd2993..ec197ce 100644 --- a/dev-requirements-2.9-py2.txt +++ b/dev-requirements-2.9-py2.txt @@ -13,3 +13,4 @@ six>=1.13.0 splinter>=0.13.0,<0.17 -e git+https://github.com/ckan/ckanext-scheming.git@release-3.0.0#egg=ckanext-scheming +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability