From 5238394e6a7a40ddf4505009d36076ef9076e0a2 Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Thu, 1 Aug 2024 09:35:22 +0200 Subject: [PATCH] Bump requests minimal version It's a follow-up of [1]. JSONDecodeError exception was implemented in requests since 2.27.0 [2]. [1] https://review.opendev.org/c/openstack/python-openstackclient/+/924927 [2] https://github.com/psf/requests/commit/db575eeedcfdb03bf31285afd3033e301df8b685 Change-Id: I8a6a8ac064cb0703097ed686b1fcd2983181fcfa --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c494d9811..c31de42a70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ osc-lib>=2.3.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 python-keystoneclient>=3.22.0 # Apache-2.0 python-cinderclient>=3.3.0 # Apache-2.0 -requests>=2.14.2 # Apache-2.0 +requests>=2.27.0 # Apache-2.0 stevedore>=2.0.1 # Apache-2.0