From 2ca4794a0727d689a6c85acc83cd88f7e631b64b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jul 2023 18:54:39 -0400 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-5777683 --- 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..02d26fc 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==41.0.2 Flask==1.1.1 http-prompt==2.1.0 httpie==2.4.0