From 88b59bbf357df185037d0784a97640a9e1f61193 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 06:52:55 +0000 Subject: [PATCH] fix: requirements/develop.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- requirements/develop.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/develop.txt b/requirements/develop.txt index a1658cc..827ecc2 100644 --- a/requirements/develop.txt +++ b/requirements/develop.txt @@ -2,5 +2,5 @@ locust black isort pytest -setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability gevent>=23.9.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file