From edd9ae1286f60e3826fd50b545e000c0139e81be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 May 2023 14:26:46 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe99f8f8..1f905bcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ pandas==1.3.3 pyrsistent==0.18.0; python_version >= '3.6' python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pytz==2021.1 -requests==2.26.0 +requests==2.31.0 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==1.26.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'