From 66bfab8ae21ea6b6e26a5111c80427f2f219e21f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 18:11:57 +0000 Subject: [PATCH] fix: ci/pinned-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 --- ci/pinned-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pinned-requirements.txt b/ci/pinned-requirements.txt index 9bcfd442c2c..af055bcef7c 100644 --- a/ci/pinned-requirements.txt +++ b/ci/pinned-requirements.txt @@ -26,7 +26,7 @@ click==8.1.7 # -c hail/ci/../hail/python/dev/pinned-requirements.txt # -c hail/ci/../hail/python/pinned-requirements.txt # zulip -cryptography==41.0.7 +cryptography==42.0.2 # via # -c hail/ci/../hail/python/pinned-requirements.txt # pyjwt