From f62c930a7db8808e6238be2b4f443a1934cc5d88 Mon Sep 17 00:00:00 2001 From: Jakob Keller <57402305+jakob-keller@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:44:33 +0800 Subject: [PATCH] relax botocore dependency specification --- CHANGES.rst | 2 +- setup.py | 6 +++--- tests/test_patches.py | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0b23e213..26bca55c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ------- -2.7.1 (2023-10-09) +2.7.1 (2023-10-17) ^^^^^^^^^^^^^^^^^^ * relax botocore dependency specification diff --git a/setup.py b/setup.py index 00f7291d..81b6edc1 100644 --- a/setup.py +++ b/setup.py @@ -7,15 +7,15 @@ # NOTE: When updating botocore make sure to update awscli/boto3 versions below install_requires = [ # pegged to also match items in `extras_require` - 'botocore>=1.31.16,<1.31.63', + 'botocore>=1.31.16,<1.31.65', 'aiohttp>=3.7.4.post0,<4.0.0', 'wrapt>=1.10.10, <2.0.0', 'aioitertools>=0.5.1,<1.0.0', ] extras_require = { - 'awscli': ['awscli>=1.29.16,<1.29.63'], - 'boto3': ['boto3>=1.28.16,<1.28.63'], + 'awscli': ['awscli>=1.29.16,<1.29.65'], + 'boto3': ['boto3>=1.28.16,<1.28.65'], } diff --git a/tests/test_patches.py b/tests/test_patches.py index 0e77fec6..67dbf42c 100644 --- a/tests/test_patches.py +++ b/tests/test_patches.py @@ -558,7 +558,10 @@ '86946722d10a72b593483fca0abf30100c609178' }, # httpsession.py - URLLib3Session: {'c72094afb3aa62db0ade9be09be72ec7a2c3d80a'}, + URLLib3Session: { + 'c72094afb3aa62db0ade9be09be72ec7a2c3d80a', + '1c418944abceb3a3d76c2c22348b4a39280d27ef', + }, EndpointDiscoveryHandler.discover_endpoint: { 'd87eff9008356a6aaa9b7078f23ba7a9ff0c7a60' },