Skip to content

Commit 1be500d

Browse files
⬆️🩹 Update patch updates
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 430d34b commit 1be500d

5 files changed

Lines changed: 22 additions & 22 deletions

File tree

.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@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
15+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
1616

1717
# Builds wheels on all supported platforms using cibuildwheel.
1818
# The wheels are uploaded as GitHub artifacts `dev-cibw-*` or `cibw-*`, depending on whether
@@ -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@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
34+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
3535
with:
3636
runs-on: ${{ matrix.runs-on }}
3737
setup-z3: true

.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@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
17+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
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@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
33+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
3434
with:
3535
runs-on: ${{ matrix.runs-on }}
3636
compiler: ${{ matrix.compiler }}
@@ -51,7 +51,7 @@ jobs:
5151
- runs-on: macos-15
5252
compiler: clang
5353
config: Debug
54-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
54+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
5555
with:
5656
runs-on: ${{ matrix.runs-on }}
5757
compiler: ${{ matrix.compiler }}
@@ -73,7 +73,7 @@ jobs:
7373
- runs-on: windows-2025
7474
compiler: msvc
7575
config: Debug
76-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
76+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
7777
with:
7878
runs-on: ${{ matrix.runs-on }}
7979
compiler: ${{ matrix.compiler }}
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
9292
compiler: [gcc, clang, clang-20, clang-21]
9393
config: [Release, Debug]
94-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
94+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
9595
with:
9696
runs-on: ${{ matrix.runs-on }}
9797
compiler: ${{ matrix.compiler }}
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: [macos-14, macos-15, macos-15-intel]
110110
compiler: [clang, clang-20, clang-21, gcc-14, gcc-15]
111111
config: [Release, Debug]
112-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
112+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
113113
with:
114114
runs-on: ${{ matrix.runs-on }}
115115
compiler: ${{ matrix.compiler }}
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: [windows-2022, windows-2025, windows-11-arm]
129129
compiler: [msvc, clang]
130130
config: [Release, Debug]
131-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
131+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
132132
with:
133133
runs-on: ${{ matrix.runs-on }}
134134
compiler: ${{ matrix.compiler }}
@@ -139,7 +139,7 @@ jobs:
139139
name: 🇨‌ Coverage
140140
needs: change-detection
141141
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
142-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
142+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-coverage.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
143143
with:
144144
setup-z3: true
145145
permissions:
@@ -150,7 +150,7 @@ jobs:
150150
name: 🇨‌ Lint
151151
needs: change-detection
152152
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
153-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
153+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
154154
with:
155155
clang-version: 20
156156
cmake-args: -DBUILD_MQT_QMAP_BINDINGS=ON
@@ -175,7 +175,7 @@ jobs:
175175
macos-15-intel,
176176
windows-2025,
177177
]
178-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
178+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
179179
with:
180180
runs-on: ${{ matrix.runs-on }}
181181
setup-z3: true
@@ -184,7 +184,7 @@ jobs:
184184
name: 🐍 Coverage
185185
needs: [change-detection, python-tests]
186186
if: fromJSON(needs.change-detection.outputs.run-python-tests)
187-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
187+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
188188
permissions:
189189
contents: read
190190
id-token: write
@@ -198,7 +198,7 @@ jobs:
198198
fail-fast: false
199199
matrix:
200200
runs-on: [macos-14, windows-2022]
201-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
201+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
202202
with:
203203
runs-on: ${{ matrix.runs-on }}
204204
setup-z3: true
@@ -207,7 +207,7 @@ jobs:
207207
name: 🐍 Lint
208208
needs: change-detection
209209
if: fromJSON(needs.change-detection.outputs.run-python-tests)
210-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
210+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
211211
with:
212212
check-stubs: true
213213
enable-mypy: false
@@ -218,7 +218,7 @@ jobs:
218218
name: 🚀 CD
219219
needs: change-detection
220220
if: fromJSON(needs.change-detection.outputs.run-cd)
221-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
221+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
222222

223223
build-wheel:
224224
name: 🚀 CD
@@ -236,7 +236,7 @@ jobs:
236236
windows-2025,
237237
windows-11-arm,
238238
]
239-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
239+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
240240
with:
241241
runs-on: ${{ matrix.runs-on }}
242242
setup-z3: true

.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@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
24+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-mqt-core-update.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
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,7 +19,7 @@ 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@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
22+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-tests.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
2323
with:
2424
runs-on: ${{ matrix.runs-on }}
2525
setup-z3: true
@@ -28,7 +28,7 @@ jobs:
2828
name: Create issue on failure
2929
needs: qiskit-upstream-tests
3030
if: ${{ always() }}
31-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-issue.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
31+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-issue.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
3232
with:
3333
tests-result: ${{ needs.qiskit-upstream-tests.result }}
3434
permissions:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11.2
81+
rev: 0.11.3
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.8
135+
rev: v0.15.9
136136
hooks:
137137
- id: ruff-format
138138
priority: 1

0 commit comments

Comments
 (0)