Skip to content

Commit 6417804

Browse files
authored
Merge pull request #1206 from paulcichonski/botocore-1.35.22
Update Botocore to 1.35.22
2 parents 9e0ad8c + 7c3634a commit 6417804

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changes
22
-------
33

4+
2.15.1 (2024-09-19)
5+
^^^^^^^^^^^^^^^^^^^
6+
* relax botocore dependency specification
7+
48
2.15.0 (2024-09-10)
59
^^^^^^^^^^^^^^^^^^^
610
* bump botocore dependency specification

aiobotocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.15.0'
1+
__version__ = '2.15.1'

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ classifiers = [
3030
dynamic = ["version", "readme"]
3131

3232
dependencies = [
33-
"botocore >=1.35.16, <1.35.17", # NOTE: When updating, always keep `project.optional-dependencies` aligned
33+
"botocore >=1.35.16, <1.35.24", # NOTE: When updating, always keep `project.optional-dependencies` aligned
3434
"aiohttp >=3.9.2, <4.0.0",
3535
"wrapt >=1.10.10, <2.0.0",
3636
"aioitertools >=0.5.1, <1.0.0",
3737
]
3838

3939
[project.optional-dependencies]
4040
awscli = [
41-
"awscli >=1.34.16, <1.34.17",
41+
"awscli >=1.34.16, <1.34.24",
4242
]
4343
boto3 = [
44-
"boto3 >=1.35.16, <1.35.17",
44+
"boto3 >=1.35.16, <1.35.24",
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)