@@ -69,14 +69,14 @@ botocore-dev = [
69
69
# "colorama>0.3.0", # Windows requirement
70
70
]
71
71
dev = [
72
- " dill >= 0.3.3, < 0.4 " , # Used in test_patches.py
72
+ " dill >= 0.3.3, < 0.5 " , # Used in test_patches.py
73
73
" docker >= 7.1, < 8" ,
74
74
" docutils >= 0.16, < 0.22" , # Used in test_version.py
75
75
" moto[server,s3,sqs,awslambda,dynamodb,cloudformation,sns,batch,ec2,rds] >= 5.0.11, < 6" ,
76
- " packaging >= 24.1, < 25 " , # Used in test_version.py
76
+ " packaging >= 24.1, < 26 " , # Used in test_version.py
77
77
" pip >= 24.3.1, < 26" , # Used in test_version.py
78
78
" pre-commit >= 3.5.0, < 5" ,
79
- " pytest-asyncio >= 0.23.8, < 0.26 " ,
79
+ " pytest-asyncio >= 0.23.8, < 0.27 " ,
80
80
" requests >= 2.32.3, < 3" , # Used in test_version.py
81
81
" time-machine >= 2.15.0, < 3" , # Used in test_signers.py
82
82
" tomli; python_version<'3.11'" , # Used in test_version.py
@@ -87,7 +87,7 @@ default-groups = [
87
87
" botocore-dev" ,
88
88
" dev" ,
89
89
]
90
- required-version = " >=0.6.0 "
90
+ required-version = " >=0.6.15 "
91
91
92
92
[tool .setuptools .dynamic ]
93
93
version = { attr = " aiobotocore.__version__" }
0 commit comments