From 7501f05afc8857d72720ececbe55c070326fb8bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2025 05:01:40 +0000 Subject: [PATCH] fix: requirements/test_django_req.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-SETUPTOOLS-7448482 --- requirements/test_django_req.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/test_django_req.txt b/requirements/test_django_req.txt index 7ae7b5ec9..ec05f9622 100644 --- a/requirements/test_django_req.txt +++ b/requirements/test_django_req.txt @@ -4,4 +4,5 @@ pytest_cov pytest_twisted junitxml lxml -twisted \ No newline at end of file +twisted +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file