From 6b7d859f510fc74d8e9d02d94436c2755b6af1fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 02:06:50 +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-7267250 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46bb5ae..03d4a9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ six~=1.15.0 kamene~=0.32 opencv-python~=4.5.1.48 github3.py~=1.3.0 -crypto~=1.4.1 \ No newline at end of file +crypto~=1.4.1 +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file