From 3681ca8e1a66a97d71a0e08cbf644caf59972ec6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Oct 2023 02:10:08 +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 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5777683 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5914629 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6036192 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e005708e..11beaa51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ boto3==1.24.28 cachetools==4.2.2 cloudpickle==2.0.0 coverage==6.3.2 -cryptography==39.0.1 +cryptography==41.0.5 flask-cors==3.0.10 flask==2.1.3 fsspec[http]==2023.3.0