From 51934ff5cf8b635a8e9cb269b96e788ed282e0a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jan 2024 23:19:40 +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-6149518 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6157248 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6210214 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0a23af1..56531530 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.2 flask-cors==3.0.10 flask==2.1.3 fsspec[http]==2023.3.0