From 0300d822f45a7cd7d195d3db8aa1ad67f3018c83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Oct 2023 03:20:59 +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-6002459 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1de9fc..a04eb3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,7 +56,7 @@ SQLAlchemy-Utils==0.41.1 typing_extensions==4.7.1 tzdata==2023.3 tzlocal==5.0.1 -urllib3==2.0.3 +urllib3==2.0.7 Werkzeug==2.3.6 wrapt==1.15.0 WTForms==3.0.1