From 3144d160ccf75c626ec31551fc2c4245a3f21cb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:45:35 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/build-static-tests.yaml | 6 +++--- .github/workflows/release-cd-deliver-docs.yml | 2 +- .github/workflows/release-cd-refresh-master.yml | 2 +- .github/workflows/release-drafter.yml | 2 +- .pre-commit-config.yaml | 2 +- renovate.json5 | 2 +- requirements-dev.txt | 6 +++--- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-static-tests.yaml b/.github/workflows/build-static-tests.yaml index c5b0995..dcc0059 100644 --- a/.github/workflows/build-static-tests.yaml +++ b/.github/workflows/build-static-tests.yaml @@ -3,16 +3,16 @@ on: jobs: static: - uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.11 + uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.12 security: - uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.11 + uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.12 permissions: contents: read # for actions/checkout to fetch code security-events: write # for github/codeql-action/upload-sarif to upload SARIF results actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status chain-bench: - uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.11 + uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.12 secrets: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-cd-deliver-docs.yml b/.github/workflows/release-cd-deliver-docs.yml index e66d640..590099d 100644 --- a/.github/workflows/release-cd-deliver-docs.yml +++ b/.github/workflows/release-cd-deliver-docs.yml @@ -4,7 +4,7 @@ on: jobs: publish_docs: - uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.11 + uses: nolte/gh-plumbing/.github/workflows/reusable-mkdocs.yaml@v1.1.12 secrets: token: ${{ secrets.GITHUB_TOKEN }} permissions: diff --git a/.github/workflows/release-cd-refresh-master.yml b/.github/workflows/release-cd-refresh-master.yml index 2c7421b..b6ce85b 100644 --- a/.github/workflows/release-cd-refresh-master.yml +++ b/.github/workflows/release-cd-refresh-master.yml @@ -4,7 +4,7 @@ on: jobs: refresh_presentation_branch: - uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.11 + uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.12 secrets: token: ${{ secrets.GITHUB_TOKEN }} permissions: diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1379e0f..49fc773 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ on: jobs: update_release_draft: - uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.11 + uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.12 permissions: # write permission is required to create a github release contents: write diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56a5f45..85057fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml exclude: "{{cookiecutter.module_slug}}/*" diff --git a/renovate.json5 b/renovate.json5 index 74bc2c3..9ed7411 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,6 +1,6 @@ { "extends": [ - "github>nolte/gh-plumbing//renovate-configs/common#v1.1.11", + "github>nolte/gh-plumbing//renovate-configs/common#v1.1.12", "group:all" ] } diff --git a/requirements-dev.txt b/requirements-dev.txt index 5a119d5..3bb8f18 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -mkdocs-include-markdown-plugin==7.1.5 -mkdocs-material==9.6.14 +mkdocs-include-markdown-plugin==7.2.0 +mkdocs-material==9.7.0 mkdocs==1.6.1 -pymdown-extensions==10.15 +pymdown-extensions==10.17.1