From 903b59df8926ac82300364d637400fdfc67d8f33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Jul 2023 17:03:48 +0000 Subject: [PATCH] fix: pip-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 --- pip-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-sample/requirements.txt b/pip-sample/requirements.txt index 680d0816..ef7f33c5 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -1,5 +1,5 @@ bleach==2.1.4 -certifi==2018.8.24 +certifi==2023.7.22 chardet==3.0.4 Click==7.0 cycler==0.10.0