Skip to content

Commit b28882c

Browse files
authored
Update development dependencies (#1473)
1 parent 3068542 commit b28882c

File tree

3 files changed

+70
-70
lines changed

3 files changed

+70
-70
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
args: [--fix]
1818
- id: ruff-format
1919
- repo: https://github.com/astral-sh/uv-pre-commit
20-
rev: 0.9.28
20+
rev: 0.10.2
2121
hooks:
2222
- id: uv-lock
2323
- repo: https://github.com/adrienverge/yamllint

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ default-groups = [
8787
"botocore-dev",
8888
"dev",
8989
]
90-
required-version = ">=0.8.4,<0.10"
90+
required-version = ">=0.8.4,<0.11"
9191

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

0 commit comments

Comments
 (0)