From b511fdf11b84375e49779d52710b1d41dfefa65c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 04:27:17 +0000 Subject: [PATCH] fix: python-mip/mip_helper/requirements-dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- python-mip/mip_helper/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-mip/mip_helper/requirements-dev.txt b/python-mip/mip_helper/requirements-dev.txt index 7f3f3ad..5a9eacb 100644 --- a/python-mip/mip_helper/requirements-dev.txt +++ b/python-mip/mip_helper/requirements-dev.txt @@ -1,3 +1,3 @@ wheel>=0.30.0 -setuptools>=39.0.1 +setuptools>=70.0.0 freezegun==0.3.10