Skip to content

Commit 1960881

Browse files
committed
sort project.dependencies in pyproject.toml
1 parent 9647083 commit 1960881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

3232
dependencies = [
33-
"botocore >=1.35.74, <1.35.89", # NOTE: When updating, always keep `project.optional-dependencies` aligned
3433
"aiohttp >=3.9.2, <4.0.0",
35-
"wrapt >=1.10.10, <2.0.0",
3634
"aioitertools >=0.5.1, <1.0.0",
35+
"botocore >=1.35.74, <1.35.89", # NOTE: When updating, always keep `project.optional-dependencies` aligned
36+
"wrapt >=1.10.10, <2.0.0",
3737
]
3838

3939
[project.optional-dependencies]

0 commit comments

Comments
 (0)