Skip to content

Commit b786c2a

Browse files
authored
Bump dev dependencies (#1346)
1 parent 823cd3b commit b786c2a

File tree

3 files changed

+2646
-2131
lines changed

3 files changed

+2646
-2131
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.6.0
25+
rev: 0.6.17
2626
hooks:
2727
- id: uv-lock
2828
- repo: https://github.com/adrienverge/yamllint

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ botocore-dev = [
6969
# "colorama>0.3.0", # Windows requirement
7070
]
7171
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
7373
"docker >= 7.1, < 8",
7474
"docutils >= 0.16, < 0.22", # Used in test_version.py
7575
"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
7777
"pip >= 24.3.1, < 26", # Used in test_version.py
7878
"pre-commit >= 3.5.0, < 5",
79-
"pytest-asyncio >= 0.23.8, < 0.26",
79+
"pytest-asyncio >= 0.23.8, < 0.27",
8080
"requests >= 2.32.3, < 3", # Used in test_version.py
8181
"time-machine >= 2.15.0, < 3", # Used in test_signers.py
8282
"tomli; python_version<'3.11'", # Used in test_version.py
@@ -87,7 +87,7 @@ default-groups = [
8787
"botocore-dev",
8888
"dev",
8989
]
90-
required-version = ">=0.6.0"
90+
required-version = ">=0.6.15"
9191

9292
[tool.setuptools.dynamic]
9393
version = { attr = "aiobotocore.__version__" }

0 commit comments

Comments
 (0)