From 49565013c6600ab258efc0f7dfbb3f4ed41bb87e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Nov 2022 02:59:18 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-1070544 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 610dcc7c..541f7fd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cffi==1.14.3 click==7.1.2 -cryptography==3.2.1 +cryptography==3.3.2 decorator==4.4.2 joblib==0.17.0 networkx==2.5