From 8238d3df53bb8688ccc1cccb34da0be0fcb2a234 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Dec 2022 05:23:02 +0000 Subject: [PATCH] fix: requirements_dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413 --- requirements_dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1ba26e1..f7501c3 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip==9.0.1 bumpversion==0.5.3 -wheel==0.30.0 +wheel==0.38.0 watchdog==0.8.3 flake8==3.5.0 tox==2.9.1 @@ -10,3 +10,4 @@ twine==1.10.0 pytest==3.4.2 pytest-runner==2.11.1 +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability