From 9a5171a1ca811b1f4516c85512e11da86a53d335 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Nov 2022 05:13:11 +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 - https://snyk.io/vuln/SNYK-PYTHON-SQLALCHEMY-173678 --- python-mip/mip_helper/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-mip/mip_helper/requirements.txt b/python-mip/mip_helper/requirements.txt index 0e5c43b..3920539 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 +sqlalchemy==1.2.18 +numpy==1.22.2 pandas==0.22.0 raven==6.7.0