From 6cdd2630f54b2b4ff8e7fb905401cdde5ea0b90e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 05:51:35 +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 49519fa..2ee1895 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ certifi==2020.12.5 cffi==1.14.4 chardet==4.0.0 click==7.1.2 -cryptography==37.0.4 +cryptography==42.0.2 dnspython==1.16.0 dwollav2==2.2.0 email-validator==1.1.2