From 494a4d1bea7d255741bdfda8a029d610d0f69ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:12:14 +0000 Subject: [PATCH] Bump the patch group across 1 directory with 5 updates Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flake8-pyproject](https://github.com/john-hen/Flake8-pyproject) | `1.2.3` | `1.2.4` | | [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.6` | `0.13.8` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.2` | `4.0.4` | | [frequenz-repo-config[extra-lint-examples]](https://github.com/frequenz-floss/frequenz-repo-config-python) | `0.13.6` | `0.13.8` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.148.6` | `6.148.7` | 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.8 - [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.8) 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.8 - [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.8) Updates `hypothesis` from 6.148.6 to 6.148.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.6...hypothesis-python-6.148.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.8 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.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: hypothesis dependency-version: 6.148.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd933d7..0386119 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.8", ] build-backend = "setuptools.build_meta" @@ -64,7 +64,7 @@ cli = [ 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.8.3", "pydocstyle == 6.3.0", ] @@ -79,7 +79,7 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.0", "mkdocstrings[python] == 1.0.0", - "frequenz-repo-config[lib] == 0.13.6", + "frequenz-repo-config[lib] == 0.13.8", ] dev-mypy = [ "mypy == 1.19.0", @@ -90,21 +90,21 @@ dev-mypy = [ "types-protobuf == 6.32.1.20251105", "types-python-dateutil == 2.9.0.20251115", ] -dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.6"] +dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.8"] dev-pylint = [ - "pylint == 4.0.2", + "pylint == 4.0.4", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "frequenz-api-dispatch == 1.0.0", ] dev-pytest = [ "pytest == 8.4.2", - "frequenz-repo-config[extra-lint-examples] == 0.13.6", + "frequenz-repo-config[extra-lint-examples] == 0.13.8", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.8", "time-machine == 3.1.0", - "hypothesis == 6.148.6", + "hypothesis == 6.148.7", "frequenz-client-dispatch[cli]", ] dev = [