From dd8fe3a8c5b0786119c7c0a996c5e0859eca4574 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Jan 2024 07:26:51 +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-6050294 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0a23af1..78b308e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ build==0.10.0 cachetools==4.2.2 cloudpickle==2.0.0 coverage==6.3.2 -cryptography==39.0.1 +cryptography==42.0.0 flask-cors==3.0.10 flask==2.1.3 fsspec[http]==2023.3.0