From f6e4cf4700c081f32063f50fe2b8f09824c9ce05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:24:16 +0000 Subject: [PATCH] Bump setuptools-scm from 10.2.0 to 10.2.1 Bumps [setuptools-scm](https://github.com/pypa/setuptools-scm) from 10.2.0 to 10.2.1. - [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.2.0...setuptools-scm-v10.2.1) --- updated-dependencies: - dependency-name: setuptools-scm dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c3c8574..b9f75a0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ optional-dependencies.dev = [ "pytest-cov==7.1.0", "pytest-regressions==2.11.0", "ruff==0.15.22", - "setuptools-scm==10.2.0", + "setuptools-scm==10.2.1", # We add shellcheck-py not only for shell scripts and shell code blocks, # but also because having it installed means that ``actionlint-py`` will # use it to lint shell commands in GitHub workflow files.