From 2e6ff33f8a65c10f747cd4981258f11273413045 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 21:40:07 +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-HTTPIE-6067571 --- 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..d31a741 100644 --- a/code/samples/auto-responders/python/requirements.txt +++ b/code/samples/auto-responders/python/requirements.txt @@ -8,7 +8,7 @@ conda-package-handling==1.3.11 cryptography==2.7 Flask==1.1.1 http-prompt==2.1.0 -httpie==2.4.0 +httpie==3.2.3 idna==2.8 itsdangerous==1.1.0 Jinja2==2.11.2