From c12dec3f7491f6d0262c343465116f1287cfd0f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 20:32:57 +0000 Subject: [PATCH] fix: examples/python-client/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- examples/python-client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python-client/requirements.txt b/examples/python-client/requirements.txt index 306f553..ef77266 100644 --- a/examples/python-client/requirements.txt +++ b/examples/python-client/requirements.txt @@ -5,4 +5,4 @@ idna==3.3 pystardog==0.10.0 requests==2.26.0 requests-toolbelt==0.9.1 -urllib3==1.26.7 +urllib3==1.26.19