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