From 664fb153cf6a80ddf50462a67ad0f7ae8365d45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 05:22:31 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action in the dependencies group Bumps the dependencies group with 1 update: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `JamesIves/github-pages-deploy-action` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/d92aa235d04922e8f08b40ce78cc5442fcfbfa2f...fa24774553152dd7873cd16ebd8d959b010c5445) Bump pre-commit from 4.6.1 to 4.6.2 in the dependencies group Bumps the dependencies group with 1 update: [pre-commit](https://github.com/pre-commit/pre-commit). Updates `pre-commit` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.6.1...v4.6.2) Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [https://github.com/rvben/rumdl-pre-commit](https://github.com/rvben/rumdl-pre-commit) and [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit). Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.46 to 0.2.60 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/v0.2.46...v0.2.60) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.26.1 to 1.29.0 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.26.1...v1.29.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.60 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.29.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 74ec5eba..fc1b754e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,7 +53,7 @@ jobs: run: python -m tox -e docs-all - name: Deploy the built files - uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0 + uses: JamesIves/github-pages-deploy-action@fa24774553152dd7873cd16ebd8d959b010c5445 # v4.9.0 with: folder: _build/html # The folder the action should deploy. branch: gh-pages # The branch to which the action should deploy. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2dbac6c9..5c253880 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,11 +10,11 @@ repos: exclude: "locales" - id: trailing-whitespace - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.46 + rev: v0.2.60 hooks: - id: rumdl args: [] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.26.1 + rev: v1.29.0 hooks: - id: zizmor diff --git a/pyproject.toml b/pyproject.toml index 8ceac7e0..5f5c82ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [dependency-groups] pre-commit = [ - "pre-commit == 4.6.1", + "pre-commit == 4.6.2", ] redirects = [