From e11f4fa3bfdd55b203f0081d866f9f6dadbd07d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jun 2023 20:04:03 +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-5663682 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5e7f2d9..1e4f7b1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cftime==1.3.1 chardet==3.0.4 click==7.1.2 coards==1.0.5 -cryptography==3.3.2 +cryptography==41.0.0 # pre-installed #Cython==0.27.3 enum34==1.1.6