Skip to content

Commit ae58cf3

Browse files
⬆️🪝 Update patch versions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1cc91e commit ae58cf3

File tree

7 files changed

+48
-48
lines changed

7 files changed

+48
-48
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
build-sdist:
1414
name: 🐍 Packaging
15-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
15+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
1616

1717
# Builds wheels on all supported platforms using cibuildwheel.
1818
# The wheels are uploaded as GitHub artifacts `dev-cibw-*` or `cibw-*`, depending
@@ -31,7 +31,7 @@ jobs:
3131
windows-2025,
3232
windows-11-arm,
3333
]
34-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
34+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
3535
with:
3636
runs-on: ${{ matrix.runs-on }}
3737

.github/workflows/ci.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
change-detection:
1616
name: 🔍 Change
17-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
17+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
1818

1919
cpp-tests-ubuntu:
2020
name: 🇨‌ Test 🐧
@@ -30,7 +30,7 @@ jobs:
3030
- runs-on: ubuntu-24.04
3131
compiler: gcc
3232
config: Debug
33-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
33+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
3434
with:
3535
runs-on: ${{ matrix.runs-on }}
3636
compiler: ${{ matrix.compiler }}
@@ -50,7 +50,7 @@ jobs:
5050
- runs-on: macos-15
5151
compiler: clang
5252
config: Debug
53-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
53+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
5454
with:
5555
runs-on: ${{ matrix.runs-on }}
5656
compiler: ${{ matrix.compiler }}
@@ -71,7 +71,7 @@ jobs:
7171
- runs-on: windows-2025
7272
compiler: msvc
7373
config: Debug
74-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
74+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
7575
with:
7676
runs-on: ${{ matrix.runs-on }}
7777
compiler: ${{ matrix.compiler }}
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
8989
compiler: [gcc, clang, clang-20, clang-21]
9090
config: [Release, Debug]
91-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
91+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
9292
with:
9393
runs-on: ${{ matrix.runs-on }}
9494
compiler: ${{ matrix.compiler }}
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: [macos-14, macos-15, macos-15-intel]
106106
compiler: [clang, clang-20, clang-21, gcc-14, gcc-15]
107107
config: [Release, Debug]
108-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
108+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
109109
with:
110110
runs-on: ${{ matrix.runs-on }}
111111
compiler: ${{ matrix.compiler }}
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: [windows-2022, windows-2025, windows-11-arm]
124124
compiler: [msvc, clang]
125125
config: [Release, Debug]
126-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
126+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
127127
with:
128128
runs-on: ${{ matrix.runs-on }}
129129
compiler: ${{ matrix.compiler }}
@@ -133,7 +133,7 @@ jobs:
133133
name: 🇨‌ Coverage
134134
needs: change-detection
135135
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
136-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
136+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
137137
permissions:
138138
contents: read
139139
id-token: write
@@ -142,7 +142,7 @@ jobs:
142142
name: 🇨‌ Lint
143143
needs: change-detection
144144
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
145-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
145+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
146146
with:
147147
build-project: true
148148
clang-version: 20
@@ -167,15 +167,15 @@ jobs:
167167
macos-15-intel,
168168
windows-2025,
169169
]
170-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
170+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
171171
with:
172172
runs-on: ${{ matrix.runs-on }}
173173

174174
python-coverage:
175175
name: 🐍 Coverage
176176
needs: [change-detection, python-tests]
177177
if: fromJSON(needs.change-detection.outputs.run-python-tests)
178-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
178+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
179179
permissions:
180180
contents: read
181181
id-token: write
@@ -189,15 +189,15 @@ jobs:
189189
fail-fast: false
190190
matrix:
191191
runs-on: [macos-14, windows-2022]
192-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
192+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
193193
with:
194194
runs-on: ${{ matrix.runs-on }}
195195

196196
python-linter:
197197
name: 🐍 Lint
198198
needs: change-detection
199199
if: fromJSON(needs.change-detection.outputs.run-python-tests)
200-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
200+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
201201
with:
202202
check-stubs: true
203203
enable-mypy: false
@@ -207,7 +207,7 @@ jobs:
207207
name: 🚀 CD
208208
needs: change-detection
209209
if: fromJSON(needs.change-detection.outputs.run-cd)
210-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
210+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
211211

212212
build-wheel:
213213
name: 🚀 CD
@@ -225,7 +225,7 @@ jobs:
225225
windows-2025,
226226
windows-11-arm,
227227
]
228-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
228+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
229229
with:
230230
runs-on: ${{ matrix.runs-on }}
231231

.github/workflows/update-mqt-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
update-mqt-core:
2323
name: ⬆️ Update MQT Core
24-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-mqt-core-update.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
24+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-mqt-core-update.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
2525
with:
2626
update-to-head: ${{ github.event.inputs.update-to-head == 'true' }}
2727
secrets:

.github/workflows/upstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
runs-on: [ubuntu-24.04, macos-15, windows-2025]
22-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-tests.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
22+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-tests.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
2323
with:
2424
runs-on: ${{ matrix.runs-on }}
2525

2626
create-issue-on-failure:
2727
name: Create issue on failure
2828
needs: qiskit-upstream-tests
2929
if: ${{ always() }}
30-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-issue.yml@d6314c45667c131055a0389afc110e8dedc6da3f # v1.17.11
30+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-issue.yml@c54be38945ae206affae9925ecd9c346f54c71b7 # v1.17.12
3131
with:
3232
tests-result: ${{ needs.qiskit-upstream-tests.result }}
3333
permissions:

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ repos:
3030

3131
## Check the pyproject.toml file
3232
- repo: https://github.com/henryiii/validate-pyproject-schema-store
33-
rev: 2026.02.15
33+
rev: 2026.02.20
3434
hooks:
3535
- id: validate-pyproject
3636
priority: 0
3737

3838
## Check JSON schemata
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.36.1
40+
rev: 0.36.2
4141
hooks:
4242
- id: check-github-workflows
4343
priority: 0
@@ -56,7 +56,7 @@ repos:
5656

5757
## Check for spelling
5858
- repo: https://github.com/adhtruong/mirrors-typos
59-
rev: v1.43.4
59+
rev: v1.43.5
6060
hooks:
6161
- id: typos
6262
priority: 0
@@ -78,7 +78,7 @@ repos:
7878

7979
## Ensure uv lock file is up-to-date
8080
- repo: https://github.com/astral-sh/uv-pre-commit
81-
rev: 0.10.2
81+
rev: 0.10.4
8282
hooks:
8383
- id: uv-lock
8484
priority: 0
@@ -132,7 +132,7 @@ repos:
132132

133133
## Python linting using ruff
134134
- repo: https://github.com/astral-sh/ruff-pre-commit
135-
rev: v0.15.1
135+
rev: v0.15.2
136136
hooks:
137137
- id: ruff-format
138138
priority: 1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,5 +391,5 @@ dev = [
391391
{include-group = "build"},
392392
{include-group = "test"},
393393
"nox>=2025.11.12",
394-
"ty==0.0.17",
394+
"ty==0.0.18",
395395
]

0 commit comments

Comments
 (0)