@@ -31,7 +31,7 @@ dynamic = ["version", "readme"]
31
31
dependencies = [
32
32
" aiohttp >= 3.9.2, < 4.0.0" ,
33
33
" aioitertools >= 0.5.1, < 1.0.0" ,
34
- " botocore >= 1.38.40 , < 1.38.47 " , # NOTE: When updating, always keep `project.optional-dependencies` aligned
34
+ " botocore >= 1.39.7 , < 1.39.9 " , # NOTE: When updating, always keep `project.optional-dependencies` aligned
35
35
" python-dateutil >= 2.1, < 3.0.0" ,
36
36
" jmespath >= 0.7.1, < 2.0.0" ,
37
37
" multidict >= 6.0.0, < 7.0.0" ,
@@ -40,10 +40,10 @@ dependencies = [
40
40
41
41
[project .optional-dependencies ]
42
42
awscli = [
43
- " awscli >= 1.40.39 , < 1.40.46 " ,
43
+ " awscli >= 1.41.7 , < 1.41.9 " ,
44
44
]
45
45
boto3 = [
46
- " boto3 >= 1.38.40 , < 1.38.47 " ,
46
+ " boto3 >= 1.39.7 , < 1.39.9 " ,
47
47
]
48
48
httpx = [
49
49
" httpx >= 0.25.1, < 0.29"
@@ -107,12 +107,6 @@ markers = [
107
107
" patch_attributes" ,
108
108
]
109
109
110
- [tool .isort ]
111
- profile = " black"
112
- line_length = 79
113
- honor_noqa = true
114
- src_paths = [" aiobotocore" , " tests" ]
115
-
116
110
[tool .ruff ]
117
111
exclude = [
118
112
" .bzr" ,
0 commit comments