Skip to content

Commit 69943ca

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

3 files changed

Lines changed: 11 additions & 11 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
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
runs-on: [ubuntu-24.04, ubuntu-24.04-arm, macos-15]
26-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
26+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
2727
with:
2828
runs-on: ${{ matrix.runs-on }}
2929
setup-mlir: true

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
change-detection:
1919
name: 🔍 Change
20-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
20+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
2121

2222
python-tests:
2323
name: 🐍 Test
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
runs-on: [ubuntu-24.04, ubuntu-24.04-arm, macos-15]
30-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
30+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
3131
with:
3232
runs-on: ${{ matrix.runs-on }}
3333
setup-mlir: true
@@ -37,7 +37,7 @@ jobs:
3737
name: 🐍 Coverage
3838
needs: [change-detection, python-tests]
3939
if: fromJSON(needs.change-detection.outputs.run-python-tests)
40-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
40+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
4141
permissions:
4242
contents: read
4343
id-token: write
@@ -46,7 +46,7 @@ jobs:
4646
name: 🐍 Lint
4747
needs: change-detection
4848
if: fromJSON(needs.change-detection.outputs.run-python-tests)
49-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
49+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
5050
with:
5151
enable-ty: true
5252
enable-mypy: false
@@ -57,7 +57,7 @@ jobs:
5757
name: 🚀 CD (sdist)
5858
needs: change-detection
5959
if: fromJSON(needs.change-detection.outputs.run-cd)
60-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
60+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
6161

6262
build-wheel:
6363
name: 🚀 CD (wheel)
@@ -67,7 +67,7 @@ jobs:
6767
fail-fast: false
6868
matrix:
6969
runs-on: [ubuntu-24.04, ubuntu-24.04-arm, macos-15]
70-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
70+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
7171
with:
7272
runs-on: ${{ matrix.runs-on }}
7373
setup-mlir: true
@@ -77,7 +77,7 @@ jobs:
7777
name: 🇨‌ Lint
7878
needs: change-detection
7979
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
80-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
80+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
8181
with:
8282
clang-version: 21
8383
build-project: true

.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)