From 254c4bef7f3434ba1e75348ba354916f114b9e92 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jan 2024 19:27:37 +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-6050294 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aee8d8f..530e2ef 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==42.0.0 defusedxml==0.6.0 gvm-tools==2.0.0b1 idna==2.8