From 0dab217e248be2674d95eaf86c695721bd2fca37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 01:46:33 +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-6913422 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ed1d8e5..d587e85c 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==42.0.8 dcplib==3.12.0 docutils==0.15.2 Flask==1.1.1