Skip to content

Commit e361f78

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

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-sdist:
1212
name: 🐍 Packaging
13-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
13+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
1414

1515
# Builds wheels on all supported platforms using cibuildwheel.
1616
# The wheels are uploaded as GitHub artifacts `dev-cibw-*` or `cibw-*`, depending on whether
@@ -29,7 +29,7 @@ jobs:
2929
windows-2022,
3030
windows-11-arm,
3131
]
32-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
32+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
3333
with:
3434
runs-on: ${{ matrix.runs-on }}
3535

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
change-detection:
1818
name: 🔍 Change
19-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
19+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
2020

2121
cpp-tests-ubuntu:
2222
name: 🇨‌ Test 🐧
@@ -32,7 +32,7 @@ jobs:
3232
- runs-on: ubuntu-24.04
3333
compiler: gcc
3434
config: Debug
35-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
35+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-ubuntu.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
3636
with:
3737
runs-on: ${{ matrix.runs-on }}
3838
compiler: ${{ matrix.compiler }}
@@ -52,7 +52,7 @@ jobs:
5252
- runs-on: macos-14
5353
compiler: clang
5454
config: Debug
55-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
55+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-macos.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
5656
with:
5757
runs-on: ${{ matrix.runs-on }}
5858
compiler: ${{ matrix.compiler }}
@@ -72,7 +72,7 @@ jobs:
7272
- runs-on: windows-2022
7373
compiler: msvc
7474
config: Debug
75-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
75+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-tests-windows.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
7676
with:
7777
runs-on: ${{ matrix.runs-on }}
7878
compiler: ${{ matrix.compiler }}
@@ -82,7 +82,7 @@ jobs:
8282
name: 🇨‌ Lint
8383
needs: change-detection
8484
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
85-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
85+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
8686
with:
8787
build-project: true
8888
clang-version: 20
@@ -107,15 +107,15 @@ jobs:
107107
macos-14,
108108
windows-2022,
109109
]
110-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
110+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
111111
with:
112112
runs-on: ${{ matrix.runs-on }}
113113

114114
python-coverage:
115115
name: 🐍 Coverage
116116
needs: [change-detection, python-tests]
117117
if: fromJSON(needs.change-detection.outputs.run-python-tests)
118-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
118+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
119119
permissions:
120120
contents: read
121121
id-token: write
@@ -124,13 +124,13 @@ jobs:
124124
name: 🐍 Lint
125125
needs: change-detection
126126
if: fromJSON(needs.change-detection.outputs.run-python-tests)
127-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
127+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
128128

129129
build-sdist:
130130
name: 🚀 CD
131131
needs: change-detection
132132
if: fromJSON(needs.change-detection.outputs.run-cd)
133-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
133+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
134134

135135
build-wheel:
136136
name: 🚀 CD
@@ -148,7 +148,7 @@ jobs:
148148
windows-2022,
149149
windows-11-arm,
150150
]
151-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
151+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
152152
with:
153153
runs-on: ${{ matrix.runs-on }}
154154

.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@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
24+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-mqt-core-update.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
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-14, windows-2022]
22-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-tests.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
22+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-tests.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
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@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
31+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-qiskit-upstream-issue.yml@7f8eeed7a3dba08e1e9be54966e5722f5753d0df # v1.17.7
3232
with:
3333
tests-result: ${{ needs.qiskit-upstream-tests.result }}
3434
permissions:

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,20 @@ repos:
6060

6161
# Ensure uv lock file is up-to-date
6262
- repo: https://github.com/astral-sh/uv-pre-commit
63-
rev: 0.9.17
63+
rev: 0.9.18
6464
hooks:
6565
- id: uv-lock
6666

6767
# Python linting using ruff
6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.14.9
69+
rev: v0.14.10
7070
hooks:
7171
- id: ruff-check
7272
- id: ruff-format
7373

7474
# Static type checking using mypy
7575
- repo: https://github.com/pre-commit/mirrors-mypy
76-
rev: v1.19.0
76+
rev: v1.19.1
7777
hooks:
7878
- id: mypy
7979
files: ^(python/mqt|test/python|noxfile.py)
@@ -98,7 +98,7 @@ repos:
9898

9999
# Clang-format the C++ part of the code base automatically
100100
- repo: https://github.com/pre-commit/mirrors-clang-format
101-
rev: v21.1.7
101+
rev: v21.1.8
102102
hooks:
103103
- id: clang-format
104104
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)