Skip to content

Commit 352d552

Browse files
⬆️🩹 Update patch updates (#947)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb37ead commit 352d552

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
path: dist
4040
merge-multiple: true
4141
- name: Generate artifact attestation for sdist and wheel(s)
42-
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
42+
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
4343
with:
4444
subject-path: dist/*
4545
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0

.github/workflows/templating.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
client-id: ${{ secrets.APP_ID }}
2323
private-key: ${{ secrets.APP_PRIVATE_KEY }}
24-
- uses: munich-quantum-toolkit/templates@7fe3464fde16330f8d452127a16e29019d7fc81c # v1.3.1
24+
- uses: munich-quantum-toolkit/templates@6b796f4c0404f74be469f32a3dcac05ef61d7b72 # v1.3.3
2525
with:
2626
token: ${{ steps.create-token.outputs.token }}
2727
name: Bench

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ repos:
4545

4646
## Check pyproject.toml file
4747
- repo: https://github.com/henryiii/validate-pyproject-schema-store
48-
rev: 2026.06.14
48+
rev: 2026.06.26
4949
hooks:
5050
- id: validate-pyproject
5151
priority: 0
5252

5353
## Ensure uv.lock is up to date
5454
- repo: https://github.com/astral-sh/uv-pre-commit
55-
rev: 0.11.23
55+
rev: 0.11.25
5656
hooks:
5757
- id: uv-lock
5858
priority: 0
@@ -110,7 +110,7 @@ repos:
110110

111111
## Format and lint Python files with ruff
112112
- repo: https://github.com/astral-sh/ruff-pre-commit
113-
rev: v0.15.18
113+
rev: v0.15.20
114114
hooks:
115115
- id: ruff-check
116116
require_serial: true
@@ -121,7 +121,7 @@ repos:
121121

122122
## Check Python types with ty
123123
- repo: https://github.com/astral-sh/ty-pre-commit
124-
rev: v0.0.51
124+
rev: v0.0.55
125125
hooks:
126126
- id: ty
127127
args: [--isolated]

0 commit comments

Comments
 (0)