From 805dd69da87dc6daa13cf63d5bd6123bae4ebda1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 15:12:52 +0000 Subject: [PATCH] fix: examples/python-simplechat/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 --- examples/python-simplechat/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python-simplechat/requirements.txt b/examples/python-simplechat/requirements.txt index 9688b8ec02d..d1c2d5974d1 100644 --- a/examples/python-simplechat/requirements.txt +++ b/examples/python-simplechat/requirements.txt @@ -1 +1 @@ -Requests==2.31.0 +Requests==2.32.0