From 86e7e2e22088e8e907bd7ed334ba474d478f1d1c Mon Sep 17 00:00:00 2001 From: Devin Lundberg Date: Wed, 11 Sep 2024 12:51:49 -0500 Subject: [PATCH] [Snyk] Security upgrade cryptography from 43.0.0 to 43.0.1 (#391) fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-7886970 Co-authored-by: snyk-bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7c5df2..65df03d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cryptography==43.0.0 +cryptography==43.0.1 Flask==3.0.0 itsdangerous==2.2.0 Jinja2==3.1.4