Skip to content

Commit 35ce0ef

Browse files
authored
Merge pull request #1192 from jakob-keller/bump-botocore
Relax `botocore` dependency specification
2 parents b923ee8 + 76d11f6 commit 35ce0ef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
-------
33

4-
2.14.0 (2024-08-23)
4+
2.14.0 (2024-08-28)
55
^^^^^^^^^^^^^^^^^^^
66
* bump botocore dependency specification
77

pyproject.toml

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

3131
dependencies = [
32-
"botocore >=1.35.0, <1.35.5", # NOTE: When updating, always keep `project.optional-dependencies` aligned
32+
"botocore >=1.35.0, <1.35.8", # NOTE: When updating, always keep `project.optional-dependencies` aligned
3333
"aiohttp >=3.9.2, <4.0.0",
3434
"wrapt >=1.10.10, <2.0.0",
3535
"aioitertools >=0.5.1, <1.0.0",
3636
]
3737

3838
[project.optional-dependencies]
3939
awscli = [
40-
"awscli >=1.34.0, <1.34.5",
40+
"awscli >=1.34.0, <1.34.8",
4141
]
4242
boto3 = [
43-
"boto3 >=1.35.0, <1.35.5",
43+
"boto3 >=1.35.0, <1.35.8",
4444
]
4545

4646
[project.urls]

0 commit comments

Comments
 (0)