From f3ae34214310b76cd53c914384335093291a518c Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Mon, 25 Nov 2024 12:06:31 +0000 Subject: [PATCH] Bump requests to 2.32.3 The previous version had the following vulnerabilities: * https://osv.dev/vulnerability/GHSA-x84v-xcm2-53pg * https://osv.dev/vulnerability/PYSEC-2018-28 * https://osv.dev/vulnerability/PYSEC-2023-74 * https://osv.dev/vulnerability/GHSA-j8r2-6x86-q33q * https://osv.dev/vulnerability/GHSA-9wx4-h78v-vm56 Change-Id: I7781fa65e7c816d645975d88eee630166dbe6937 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 42e8d1c72e7..b73e31ede11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ decorator>=4.1.0 # BSD eventlet>=0.36.1 # MIT pecan>=1.4.0 # BSD httplib2>=0.22.0 # MIT -requests>=2.18.0 # Apache-2.0 +requests>=2.32.3 # Apache-2.0 Jinja2>=2.10 # BSD License (3 clause) keystonemiddleware>=5.1.0 # Apache-2.0 netaddr>=0.7.18 # BSD