Skip to content

Commit

Permalink
Merge pull request #1206 from paulcichonski/botocore-1.35.22
Browse files Browse the repository at this point in the history
Update Botocore to 1.35.22
  • Loading branch information
jakob-keller authored Sep 19, 2024
2 parents 9e0ad8c + 7c3634a commit 6417804
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changes
-------

2.15.1 (2024-09-19)
^^^^^^^^^^^^^^^^^^^
* relax botocore dependency specification

2.15.0 (2024-09-10)
^^^^^^^^^^^^^^^^^^^
* bump botocore dependency specification
Expand Down
2 changes: 1 addition & 1 deletion aiobotocore/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.15.0'
__version__ = '2.15.1'
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ classifiers = [
dynamic = ["version", "readme"]

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

[project.optional-dependencies]
awscli = [
"awscli >=1.34.16, <1.34.17",
"awscli >=1.34.16, <1.34.24",
]
boto3 = [
"boto3 >=1.35.16, <1.35.17",
"boto3 >=1.35.16, <1.35.24",
]

[project.urls]
Expand Down

0 comments on commit 6417804

Please sign in to comment.