Skip to content

Commit c2f02be

Browse files
⬆️🪝 Update patch updates (#451)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b4574e commit c2f02be

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ repos:
7575

7676
# Format configuration files with prettier
7777
- repo: https://github.com/rbubley/mirrors-prettier
78-
rev: v3.9.1
78+
rev: v3.9.4
7979
hooks:
8080
- id: prettier
8181
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -92,7 +92,7 @@ repos:
9292

9393
# Check JSON schemata
9494
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.37.3
95+
rev: 0.37.4
9696
hooks:
9797
- id: check-dependabot
9898
- id: check-github-workflows

templates/device/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747

4848
# Ensure uv lock file is up-to-date
4949
- repo: https://github.com/astral-sh/uv-pre-commit
50-
rev: 0.11.25
50+
rev: 0.11.26
5151
hooks:
5252
- id: uv-lock
5353

@@ -88,7 +88,7 @@ repos:
8888

8989
# Format configuration files with prettier
9090
- repo: https://github.com/rbubley/mirrors-prettier
91-
rev: v3.9.1
91+
rev: v3.9.4
9292
hooks:
9393
- id: prettier
9494
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -105,7 +105,7 @@ repos:
105105

106106
# Check JSON schemata
107107
- repo: https://github.com/python-jsonschema/check-jsonschema
108-
rev: 0.37.3
108+
rev: 0.37.4
109109
hooks:
110110
- id: check-dependabot
111111
- id: check-github-workflows

templates/device/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test = [
6363
dev = [
6464
{include-group = "test"},
6565
"nox>=v2026.4.10",
66-
"ty==0.0.55",
66+
"ty==0.0.56",
6767
]
6868

6969

templates/device/uv.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)