From f72f3cfa91af9881a306ade39a531f9c3972d9dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Feb 2024 00:18:08 +0000 Subject: [PATCH] fix: code/samples/auto-responders/python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6210214 --- code/samples/auto-responders/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/samples/auto-responders/python/requirements.txt b/code/samples/auto-responders/python/requirements.txt index 46d24b7..668ce82 100644 --- a/code/samples/auto-responders/python/requirements.txt +++ b/code/samples/auto-responders/python/requirements.txt @@ -5,7 +5,7 @@ chardet==3.0.4 click==7.1.2 conda==4.7.10 conda-package-handling==1.3.11 -cryptography==2.7 +cryptography==42.0.2 Flask==1.1.1 http-prompt==2.1.0 httpie==2.4.0