Skip to content

Commit c329447

Browse files
⬆️📜 Update patch updates
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76d35bf commit c329447

File tree

5 files changed

+104
-104
lines changed

5 files changed

+104
-104
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ permissions:
1414
jobs:
1515
build-sdist:
1616
name: 🐍 Packaging
17-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
17+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
1818

1919
build-wheel:
2020
name: 🐍 Packaging
21-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-build.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
21+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-build.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
2222

2323
deploy:
2424
if: github.event_name == 'release' && github.event.action == 'published'

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
change-detection:
2121
name: 🔍 Change
22-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
22+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
2323

2424
python-tests:
2525
name: 🐍 Test
@@ -29,15 +29,15 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
runs-on: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, windows-2022]
32-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
32+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
3333
with:
3434
runs-on: ${{ matrix.runs-on }}
3535

3636
python-coverage:
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@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
40+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
4141
permissions:
4242
contents: read
4343
id-token: write
@@ -46,19 +46,19 @@ 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@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
49+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
5050

5151
build-sdist:
5252
name: 🚀 CD
5353
needs: change-detection
5454
if: fromJSON(needs.change-detection.outputs.run-cd)
55-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
55+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
5656

5757
build-wheel:
5858
name: 🚀 CD
5959
needs: change-detection
6060
if: fromJSON(needs.change-detection.outputs.run-cd)
61-
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-build.yml@dbcd4474154dda0794838207274a3bccd4550de0 # v1.17.3
61+
uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-build.yml@89734354f64f30a80dd16602d4e271df34348987 # v1.17.4
6262

6363
required-checks-pass: # This job does nothing and is only used for branch protection
6464
name: 🚦 Check

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ 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.13
63+
rev: 0.9.17
6464
hooks:
6565
- id: uv-lock
6666

6767
# Python linting and formatting using ruff
6868
- repo: https://github.com/astral-sh/ruff-pre-commit
69-
rev: v0.14.7
69+
rev: v0.14.9
7070
hooks:
7171
- id: ruff-check
7272
- id: ruff-format
@@ -80,7 +80,7 @@ repos:
8080

8181
# Format configuration files with prettier
8282
- repo: https://github.com/rbubley/mirrors-prettier
83-
rev: v3.7.3
83+
rev: v3.7.4
8484
hooks:
8585
- id: prettier
8686
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)