From c3df4e2c48390a8d5d3f0a2179ea771c9236deb0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Feb 2023 23:49:22 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fe99f8f8..ff7dabdc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==2.0.6; python_version >= '3' et-xmlfile==1.1.0; python_version >= '3.6' idna==3.2; python_version >= '3' jsonschema==3.2.0 -numpy==1.21.2; python_version < '3.11' and python_version >= '3.7' +numpy==1.22.2; python_version < '3.11' and python_version >= '3.7' openpyxl==3.0.9 pandas==1.3.3 pyrsistent==0.18.0; python_version >= '3.6'