File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changes
22-------
33
4+ 2.11.2 (2024-02-02)
5+ ^^^^^^^^^^^^^^^^^^^
6+ * bump botocore dependency specification
7+
482.11.1 (2024-01-25)
59^^^^^^^^^^^^^^^^^^^
610* bump botocore dependency specification
Original file line number Diff line number Diff line change 1- __version__ = '2.11.1 '
1+ __version__ = '2.11.2 '
Original file line number Diff line number Diff line change 77# NOTE: When updating botocore make sure to update awscli/boto3 versions below
88install_requires = [
99 # pegged to also match items in `extras_require`
10- 'botocore>=1.33.2,<1.34.28 ' ,
10+ 'botocore>=1.33.2,<1.34.35 ' ,
1111 'aiohttp>=3.7.4.post0,<4.0.0' ,
1212 'wrapt>=1.10.10, <2.0.0' ,
1313 'aioitertools>=0.5.1,<1.0.0' ,
1414]
1515
1616extras_require = {
17- 'awscli' : ['awscli>=1.31.2,<1.32.28 ' ],
18- 'boto3' : ['boto3>=1.33.2,<1.34.28 ' ],
17+ 'awscli' : ['awscli>=1.31.2,<1.32.35 ' ],
18+ 'boto3' : ['boto3>=1.33.2,<1.34.35 ' ],
1919}
2020
2121
You can’t perform that action at this time.
0 commit comments