From da9ae807eff2cd7cfbd78da4f631d77d27ca429a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Nov 2023 04:20:47 +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-SQLALCHEMY-6056549 --- 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..2fe8d70 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 +sqlalchemy==1.2.18 numpy==1.14.2 pandas==0.22.0 raven==6.7.0