Skip to content

Commit 5a38657

Browse files
committed
Bump required uv version
1 parent 6d733ec commit 5a38657

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.6
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
@@ -90,7 +90,7 @@ default-groups = [
9090
"botocore-dev",
9191
"dev",
9292
]
93-
required-version = "~=0.7.0"
93+
required-version = "~=0.8.4"
9494

9595
[tool.setuptools.dynamic]
9696
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)