From 49185b2a4925adf382f3ca3cb8722730ab3e1e71 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 00:48:25 +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 6a11aac..3030ac7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ attrs==23.1.0 certifi==2022.12.7 cffi==1.15.1 charset-normalizer==3.1.0 -cryptography==40.0.2 +cryptography==42.0.2 Django==4.2.1 frozenlist==1.3.3 idna==3.4