Skip to content

Commit 7c3634a

Browse files
authored
Update pyproject.toml
1 parent 498c031 commit 7c3634a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.23", # 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.23",
41+
"awscli >=1.34.16, <1.34.24",
4242
]
4343
boto3 = [
44-
"boto3 >=1.35.16, <1.35.23",
44+
"boto3 >=1.35.16, <1.35.24",
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)