Skip to content

Commit

Permalink
Bump requests minimal version
Browse files Browse the repository at this point in the history
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] psf/requests@db575ee

Change-Id: I8a6a8ac064cb0703097ed686b1fcd2983181fcfa
  • Loading branch information
jcapiitao committed Aug 1, 2024
1 parent 37a22cf commit 5238394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5238394

Please sign in to comment.