Skip to content

Commit 7ba795e

Browse files
authored
bump dev dependencies (#1296)
1 parent 7c41f8a commit 7ba795e

File tree

3 files changed

+297
-155
lines changed

3 files changed

+297
-155
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
args: [--fix]
2323
- id: ruff-format
2424
- repo: https://github.com/astral-sh/uv-pre-commit
25-
rev: 0.5.20
25+
rev: 0.6.0
2626
hooks:
2727
- id: uv-lock
2828
- repo: https://github.com/adrienverge/yamllint

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@ botocore-dev = [
7171
# "colorama>0.3.0", # Windows requirement
7272
]
7373
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
8484
"tomli; python_version<'3.11'", # Used in test_version.py
8585
]
8686

@@ -89,7 +89,7 @@ default-groups = [
8989
"botocore-dev",
9090
"dev",
9191
]
92-
required-version = ">=0.5.19"
92+
required-version = ">=0.6.0"
9393

9494
[tool.setuptools.dynamic]
9595
version = { attr = "aiobotocore.__version__" }

0 commit comments

Comments
 (0)