From 9a23810a18558b8a5c780f0ba900f9d85cee8323 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Feb 2023 07:27:33 +0000 Subject: [PATCH] fix: python-mip/mip_helper/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-2321969 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-73513 --- python-mip/mip_helper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mip/mip_helper/requirements.txt b/python-mip/mip_helper/requirements.txt index 0e5c43b..640e977 100644 --- a/python-mip/mip_helper/requirements.txt +++ b/python-mip/mip_helper/requirements.txt @@ -1,5 +1,5 @@ psycopg2-binary==2.7.4 sqlalchemy==1.2.5 -numpy==1.14.2 +numpy==1.22.2 pandas==0.22.0 raven==6.7.0