From 50d74451a3598b95a84b71390a9ac33ef02f9092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 02:44:49 +0000 Subject: [PATCH] Bump the patch group across 1 directory with 2 updates Bumps the patch group with 2 updates in the / directory: [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). Updates `flake8-pyproject` from 1.2.3 to 1.2.4 - [Release notes](https://github.com/john-hen/Flake8-pyproject/releases) - [Commits](https://github.com/john-hen/Flake8-pyproject/compare/1.2.3...1.2.4) Updates `setuptools-scm[toml]` from 9.2.0 to 9.2.2 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/setuptools-scm/compare/v9.2.0...v9.2.2) --- updated-dependencies: - dependency-name: flake8-pyproject dependency-version: 1.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: setuptools-scm[toml] dependency-version: 9.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82aa7fa..e288221 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 80.9.0", - "setuptools_scm[toml] == 9.2.0", + "setuptools_scm[toml] == 9.2.2", "frequenz-repo-config[lib] == 0.13.5", ] build-backend = "setuptools.build_meta" @@ -48,7 +48,7 @@ email = "floss@frequenz.com" dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", - "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml + "flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml "pydoclint == 0.7.3", "pydocstyle == 6.3.0", ]