From 5f98b8cd3fe2468231c8ecb7238a0e03889b7ef4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Jul 2024 22:57:43 +0000 Subject: [PATCH] fix: Watcher/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- Watcher/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Watcher/requirements.txt b/Watcher/requirements.txt index c589349..f4beec3 100644 --- a/Watcher/requirements.txt +++ b/Watcher/requirements.txt @@ -21,3 +21,4 @@ django-auth-ldap==4.1.0 dnstwist==20221213 django-import-export==3.0.2 certstream==1.12 +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability