From 03ff8189af091f360320a698c872140df52963de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jul 2023 07:05:07 +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 f4293304..ece9e250 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