From 3f11c4b22d811736acaa78cb6548fd4d72bf814a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Aug 2023 01:59:42 +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-5813745 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813746 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813750 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aee8d8f..4f3696d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ beautifulsoup4==4.8.0 certifi==2019.6.16 cffi==1.12.3 chardet==3.0.4 -cryptography==2.7 +cryptography==41.0.3 defusedxml==0.6.0 gvm-tools==2.0.0b1 idna==2.8