Skip to content

Commit fc7ae7f

Browse files
committed
Bump required uv version
1 parent f4a568e commit fc7ae7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7.21
20+
rev: 0.8.4
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
@@ -89,7 +89,7 @@ default-groups = [
8989
"botocore-dev",
9090
"dev",
9191
]
92-
required-version = "~=0.7.0"
92+
required-version = "~=0.8.4"
9393

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)