Skip to content

Commit

Permalink
relax botocore dependency specification (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Aug 28, 2024
1 parent b923ee8 commit 76d11f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.14.0 (2024-08-23)
2.14.0 (2024-08-28)
^^^^^^^^^^^^^^^^^^^
* bump botocore dependency specification

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ classifiers = [
dynamic = ["version", "readme"]

dependencies = [
"botocore >=1.35.0, <1.35.5", # NOTE: When updating, always keep `project.optional-dependencies` aligned
"botocore >=1.35.0, <1.35.8", # 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.0, <1.34.5",
"awscli >=1.34.0, <1.34.8",
]
boto3 = [
"boto3 >=1.35.0, <1.35.5",
"boto3 >=1.35.0, <1.35.8",
]

[project.urls]
Expand Down

0 comments on commit 76d11f6

Please sign in to comment.