Skip to content

Commit

Permalink
relax botocore dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Oct 17, 2023
1 parent 724dd28 commit f62c930
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
-------

2.7.1 (2023-10-09)
2.7.1 (2023-10-17)
^^^^^^^^^^^^^^^^^^
* relax botocore dependency specification

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
}


Expand Down
5 changes: 4 additions & 1 deletion tests/test_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,10 @@
'86946722d10a72b593483fca0abf30100c609178'
},
# httpsession.py
URLLib3Session: {'c72094afb3aa62db0ade9be09be72ec7a2c3d80a'},
URLLib3Session: {
'c72094afb3aa62db0ade9be09be72ec7a2c3d80a',
'1c418944abceb3a3d76c2c22348b4a39280d27ef',
},
EndpointDiscoveryHandler.discover_endpoint: {
'd87eff9008356a6aaa9b7078f23ba7a9ff0c7a60'
},
Expand Down

0 comments on commit f62c930

Please sign in to comment.