From 31ae18d57d330e7992728b9636810f98414c342f Mon Sep 17 00:00:00 2001 From: Devin Lundberg Date: Mon, 25 Sep 2023 11:24:35 -0500 Subject: [PATCH] [Snyk] Security upgrade cryptography from 41.0.1 to 41.0.4 (#284) fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5914629 Co-authored-by: snyk-bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73b4777..cf2fe38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cryptography==41.0.1 +cryptography==41.0.4 Flask==2.3.2 itsdangerous==2.1.2 Jinja2==3.1.2