From 9edf94a4c0a59f9dce920b6d6c33426437f7291a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Feb 2025 08:11:24 +0000 Subject: [PATCH] fix: build_defs/requirements_lock.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-8715586 --- build_defs/requirements_lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_defs/requirements_lock.txt b/build_defs/requirements_lock.txt index 60761672a..bab66ed58 100644 --- a/build_defs/requirements_lock.txt +++ b/build_defs/requirements_lock.txt @@ -237,7 +237,7 @@ contourpy==1.2.1 \ --hash=sha256:f32c38afb74bd98ce26de7cc74a67b40afb7b05aae7b42924ea990d51e4dac02 \ --hash=sha256:fe0ccca550bb8e5abc22f530ec0466136379c01321fd94f30a22231e8a48d985 # via matplotlib -cryptography==43.0.1 \ +cryptography==44.0.1 \ --hash=sha256:014f58110f53237ace6a408b5beb6c427b64e084eb451ef25a28308270086494 \ --hash=sha256:1bbcce1a551e262dfbafb6e6252f1ae36a248e615ca44ba302df077a846a8806 \ --hash=sha256:203e92a75716d8cfb491dc47c79e17d0d9207ccffcbcb35f598fbe463ae3444d \