From 4bc602d4aab633919abcd6659219b77fcd0bc5d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Nov 2022 06:14:57 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 304d2c3..198e1e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ keyboard discord_webhook -pyinstaller \ No newline at end of file +pyinstaller +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file