From 564ec3536040287b064357e69a3864aa929d4bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:20:28 +0000 Subject: [PATCH] Bump the pre-commit group across 1 directory with 7 updates Bumps the pre-commit group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) | `v2.1.0` | `2.3.1` | | [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) | `v0.15.20` | `0.16.4` | | [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell) | `v2.4.2` | `2.4.3` | | sphinx | `1.8.1` | `9.1.0` | | [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) | `v1.26.1` | `1.29.0` | | [https://github.com/python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema) | `0.37.3` | `0.38.0` | | [https://github.com/oxipng/oxipng](https://github.com/oxipng/oxipng) | `v10.1.1` | `10.2.0` | Updates `https://github.com/pre-commit/mirrors-mypy` from v2.1.0 to 2.3.1 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/d2823d321df3af8f878f7ee3414dc94d037145b9...7ff8d35ae36a7d2b968f2f90b4c723e292e594ee) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.20 to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/c59bba8fb259db0fec2bbb77ad8ba51ea7341b56...aab412d509121cb5f7533134b7e67f9fab59c682) Updates `https://github.com/codespell-project/codespell` from v2.4.2 to 2.4.3 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a...57b21406f092110c18776e39b0bda50d37c945c8) Updates `sphinx` from 1.8.1 to 9.1.0 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/e3eebf65325ccc992422292cb7a4baee967cf815...451b56af716f9f0d0c2b816503a3fd0cf8b036fa) Updates `https://github.com/python-jsonschema/check-jsonschema` from 0.37.3 to 0.38.0 - [Release notes](https://github.com/python-jsonschema/check-jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/check-jsonschema/compare/5030dca3047414c338091455ac41803200ec1f0f...12e63946db2c5cfcc9030fac21c3883ba88c6ed8) Updates `https://github.com/oxipng/oxipng` from v10.1.1 to 10.2.0 - [Release notes](https://github.com/oxipng/oxipng/releases) - [Changelog](https://github.com/oxipng/oxipng/blob/master/CHANGELOG.md) - [Commits](https://github.com/oxipng/oxipng/compare/628e241e23f368097883807fa6e985ccf7c00357...340cd9878d8d8289f09fa101b48a8f5f0b7783f4) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 2.3.1 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.4 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.3 dependency-type: direct:production dependency-group: pre-commit - dependency-name: sphinx dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pre-commit - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.29.0 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/python-jsonschema/check-jsonschema dependency-version: 0.38.0 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/oxipng/oxipng dependency-version: 10.2.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5425b3fb99ee..2b334cdafaac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: trailing-whitespace exclude_types: [diff, svg] - repo: https://github.com/pre-commit/mirrors-mypy - rev: d2823d321df3af8f878f7ee3414dc94d037145b9 # frozen: v2.1.0 + rev: 7ff8d35ae36a7d2b968f2f90b4c723e292e594ee # frozen: v2.3.1 hooks: - id: mypy additional_dependencies: @@ -44,13 +44,13 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20 + rev: aab412d509121cb5f7533134b7e67f9fab59c682 # frozen: v0.16.4 hooks: # Run the linter. - id: ruff-check args: [--fix, --show-fixes] - repo: https://github.com/codespell-project/codespell - rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2 + rev: 57b21406f092110c18776e39b0bda50d37c945c8 # frozen: v2.4.3 hooks: - id: codespell files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$ @@ -70,7 +70,7 @@ repos: hooks: - id: rstcheck additional_dependencies: - - sphinx>=1.8.1 + - sphinx>=9.1.0 args: ["--sphinx-source-dir", "doc"] - repo: https://github.com/adrienverge/yamllint rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0 @@ -82,7 +82,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1 + rev: 451b56af716f9f0d0c2b816503a3fd0cf8b036fa # frozen: v1.29.0 hooks: - id: zizmor - repo: https://github.com/simple-icons/svglint @@ -94,7 +94,7 @@ repos: # SVG examples are handled in .svglintrc.mjs. exclude: '^$' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 5030dca3047414c338091455ac41803200ec1f0f # frozen: 0.37.3 + rev: 12e63946db2c5cfcc9030fac21c3883ba88c6ed8 # frozen: 0.38.0 hooks: # TODO: Re-enable this when https://github.com/microsoft/azure-pipelines-vscode/issues/567 is fixed. # - id: check-azure-pipelines @@ -136,6 +136,6 @@ repos: files: ^environment\.yml$ args: ["--verbose", "--schemafile", "ci/schemas/conda-environment.json"] - repo: https://github.com/oxipng/oxipng - rev: 628e241e23f368097883807fa6e985ccf7c00357 # frozen: v10.1.1 + rev: 340cd9878d8d8289f09fa101b48a8f5f0b7783f4 # frozen: v10.2.0 hooks: - id: oxipng