0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 10:58:52 +01:00

Version bump boto3 for Python 3.12 compatibility

Relax the upper version bound to <2, because we're unlikely to stay on top of keeping the version listed in testing_extras up to date, and if boto makes breaking changes that violate semver, that's going to affect end-users so we really want to know about it sooner rather than later.
This commit is contained in:
Matt Westcott 2023-10-04 12:39:09 +01:00 committed by Matt Westcott
parent 20fef7cbdf
commit 23075cc2c7

View File

@ -44,7 +44,7 @@ testing_extras = [
"python-dateutil>=2.7",
"pytz>=2014.7",
"Jinja2>=3.0,<3.2",
"boto3>=1.16,<1.17",
"boto3>=1.28,<2",
"freezegun>=0.3.8",
"azure-mgmt-cdn>=12.0,<13.0",
"azure-mgmt-frontdoor>=1.0,<1.1",