From ab010c48ac9764fa0e4d704bbf26b63c0e0b92ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Jan 2021 08:48:32 +0000 Subject: [PATCH] fix: pystsup/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYOMO-1055218 --- pystsup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pystsup/requirements.txt b/pystsup/requirements.txt index 54a30b3..dfeb116 100644 --- a/pystsup/requirements.txt +++ b/pystsup/requirements.txt @@ -1,4 +1,4 @@ -Pyomo==5.6.6 +Pyomo==5.7.2 numpy==1.17.2 openpyxl==2.6.3 hopcroftkarp==1.2.4