From 41b3ae9992e0f436c7dbf5053af9331cfab5d4c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:35:19 +0000 Subject: [PATCH] Bump setuptools-scm in the dependencies group across 1 directory Bumps the dependencies group with 1 update in the / directory: [setuptools-scm](https://github.com/pypa/setuptools-scm). Updates `setuptools-scm` from 10.0.5 to 10.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/setuptools-scm-v10.0.5...setuptools-scm-v10.2.0) Bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [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/astral-sh/ruff-pre-commit` from v0.15.15 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.15.22) Updates `https://github.com/rvben/rumdl-pre-commit` from v0.2.4 to 0.2.34 - [Release notes](https://github.com/rvben/rumdl-pre-commit/releases) - [Commits](https://github.com/rvben/rumdl-pre-commit/compare/v0.2.4...v0.2.34) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.25.2 to 1.27.0 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.25.2...v1.27.0) --- updated-dependencies: - dependency-name: setuptools-scm dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.22 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.34 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.27.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0d1c28..0d54e48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,16 +9,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.15.22 hooks: - id: ruff-check args: [--fix] - id: ruff-format - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.4 + rev: v0.2.34 hooks: - id: rumdl - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.25.2 + rev: v1.27.0 hooks: - id: zizmor diff --git a/pyproject.toml b/pyproject.toml index 4050f08..06e7d4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools==83.0.0", - "setuptools_scm==10.2.1", + "setuptools_scm==10.2.0", ] build-backend = "setuptools.build_meta" @@ -51,7 +51,7 @@ pre-commit = [ ] setuptools-scm = [ - "setuptools_scm == 10.0.5", + "setuptools_scm == 10.2.0", ] dev = [