From e0d81a79cf2fbdeb43d1ae2d59cdedbeab1ea7ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 08:27:17 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8112552a..dba8f3c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ python-dateutil==2.7.2 PyJWT==1.7.1 PyYAML==5.4 speaklater==1.3 -urllib3==1.26.5 +urllib3==1.26.19 bleach==3.3.0 ConcurrentLogHandler==0.9.1 Pillow==6.2.2