From c499ab1bb95475f539d51a024f378d309e9533d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 May 2024 03:27:59 +0000 Subject: [PATCH] fix: Commander/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-3164749 - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 --- Commander/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Commander/requirements.txt b/Commander/requirements.txt index facdf46..0382cfa 100644 --- a/Commander/requirements.txt +++ b/Commander/requirements.txt @@ -13,4 +13,5 @@ pytest==6.2.5 pytest-cov==3.0.0 pytest-redis==2.4.0 redis==4.3.1 -requests==2.23.0 \ No newline at end of file +requests==2.23.0 +certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file