From aa9a44c2d9c61bc6163738fd7186164ac587ad28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 03:45:09 +0000 Subject: [PATCH] fix: Day41-55/code/oa/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6913422 --- Day41-55/code/oa/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day41-55/code/oa/requirements.txt b/Day41-55/code/oa/requirements.txt index 76e11840a..bb4ab461b 100644 --- a/Day41-55/code/oa/requirements.txt +++ b/Day41-55/code/oa/requirements.txt @@ -1,6 +1,6 @@ asn1crypto==0.24.0 cffi==1.11.5 -cryptography==2.3 +cryptography==42.0.8 Django>=2.1.6 idna==2.7 pycparser==2.18