From 87b3a9eceb9bbb4dcd134106e5dd1c30a2902301 Mon Sep 17 00:00:00 2001 From: Luciano Bello Date: Wed, 13 Nov 2024 21:47:51 +0100 Subject: [PATCH] Update requirements.txt (#813) ### Summary This PR updates the version of the requests package to address the following security advisors: * CVE-2024-39689 detected in certifi-2024.6.2-py3-none-any.whl * CVE-2024-37891 detected in urllib3-2.0.7-py3-none-any.whl * CVE-2024-35195 detected in requests-2.31.0-py3-none-any.whl --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3db336dee5..447ffea81b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fire==0.6.0 Jinja2==3.1.3 -requests==2.31.0 +requests==2.32 coloredlogs==15.0.1 mdformat==0.7.17 toml==0.10.2