From def6d9f306d5bf29c83df0f1669ab2e1e95219a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Oct 2022 18:08:30 +0000 Subject: [PATCH] fix: giza/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-1022152 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-40445 --- giza/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/giza/requirements.txt b/giza/requirements.txt index 51052ec40..d0f44c994 100644 --- a/giza/requirements.txt +++ b/giza/requirements.txt @@ -3,7 +3,7 @@ Babel==2.2.0 boto==2.39.0 cffi==1.5.2 click==6.2 -cryptography==1.2.2 +cryptography==3.2 docutils==0.12 enum34==1.1.2 future==0.15.2