From 9e8c073b21011b52d0a0a49aa2c177832b33e093 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 15:15:40 +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-6036192 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ed1d8e5..ce4cbcaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ colorama==0.3.9 commonmark==0.9.1 connexion==2.3.0 crc32c==1.7 -cryptography==2.3.1 +cryptography==41.0.5 dcplib==3.12.0 docutils==0.15.2 Flask==1.1.1 @@ -55,4 +55,4 @@ tenacity==5.0.4 termcolor==1.1.0 tweak==1.0.3 urllib3==1.24.3 -Werkzeug==0.15.6 +Werkzeug==3.0.1