From 8adee6a15aa0cf9f76939a702722182caad79b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:12:43 +0000 Subject: [PATCH] Bump the patch group with 4 updates Bumps the patch group with 4 updates: [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject), [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python), [pylint](https://github.com/pylint-dev/pylint) and [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python). 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 `frequenz-repo-config[lib]` from 0.13.6 to 0.13.7 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.6...v0.13.7) Updates `pylint` from 4.0.2 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.2...v4.0.4) Updates `frequenz-repo-config[extra-lint-examples]` from 0.13.6 to 0.13.7 - [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](https://github.com/frequenz-floss/frequenz-repo-config-python/compare/v0.13.6...v0.13.7) --- 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: frequenz-repo-config[lib] dependency-version: 0.13.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: frequenz-repo-config[extra-lint-examples] dependency-version: 0.13.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 731fb3f4..67d9a4e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 80.9.0", "setuptools_scm[toml] == 9.2.2", - "frequenz-repo-config[lib] == 0.13.6", + "frequenz-repo-config[lib] == 0.13.7", ] build-backend = "setuptools.build_meta" @@ -39,7 +39,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.6", "pydocstyle == 6.3.0", ] @@ -47,7 +47,7 @@ dev-formatting = ["black == 25.9.0", "isort == 7.0.0"] dev-mkdocs = [ "Markdown == 3.9", "black == 25.9.0", - "frequenz-repo-config[lib] == 0.13.6", + "frequenz-repo-config[lib] == 0.13.7", "markdown-callouts == 0.4.0", "markdown-svgbob == 202406.1023", "mike == 2.1.3", @@ -66,15 +66,15 @@ dev-mypy = [ "mypy == 1.18.2", "types-Markdown == 3.9.0.20250906", ] -dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"] +dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.7"] dev-pylint = [ # For checking the noxfile, docs/ script, and tests "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", - "pylint == 4.0.2", + "pylint == 4.0.4", ] dev-pytest = [ "async-solipsism == 0.8", - "frequenz-repo-config[extra-lint-examples] == 0.13.6", + "frequenz-repo-config[extra-lint-examples] == 0.13.7", "hypothesis == 6.143.0", "pytest == 8.4.2", "pytest-asyncio == 1.1.0",