Skip to content

Commit fd0f8d7

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

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
@@ -50,7 +50,7 @@ jobs:
5050
path: dist
5151
merge-multiple: true
5252
- name: Generate artifact attestation for sdist and wheel(s)
53-
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
53+
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
5454
with:
5555
subject-path: dist/*
5656
- 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: SCPD

.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
@@ -128,7 +128,7 @@ repos:
128128

129129
## Format and lint Python files with ruff
130130
- repo: https://github.com/astral-sh/ruff-pre-commit
131-
rev: v0.15.18
131+
rev: v0.15.20
132132
hooks:
133133
- id: ruff-check
134134
require_serial: true
@@ -139,7 +139,7 @@ repos:
139139

140140
## Check Python types with ty
141141
- repo: https://github.com/astral-sh/ty-pre-commit
142-
rev: v0.0.51
142+
rev: v0.0.55
143143
hooks:
144144
- id: ty
145145
args: [--only-dev]

0 commit comments

Comments
 (0)