From f6335bd08533c90ef8b471f28f84eeed780727aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jun 2023 14:30:07 +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-5663682 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b0c5555..501d069 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ yattag==1.12.2 python-json-logger==0.1.11 beautifulsoup4==4.8.0 defusedxml==0.6.0 -cryptography==3.4.6 \ No newline at end of file +cryptography==41.0.0 \ No newline at end of file