From f1251248954f78f18236c0841fc21df5f250cbb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 May 2024 00:18:34 +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-6592767 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 260012e..e728f3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ charset-normalizer==2.0.12 click==8.1.3 colorama==0.4.6 contourpy==1.0.6 -cryptography==38.0.0 +cryptography==42.0.6 cycler==0.11.0 defusedxml==0.7.1 dirsearch==0.4.3.post1