From 9740afc68a85856cfc7e08df7c97f85ae9007504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:44:47 +0000 Subject: [PATCH] Bump frequenz-repo-config[api] from 0.13.8 to 0.14.0 Bumps [frequenz-repo-config[api]](https://github.com/frequenz-floss/frequenz-repo-config-python) from 0.13.8 to 0.14.0. - [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.8...v0.14.0) --- updated-dependencies: - dependency-name: frequenz-repo-config[api] dependency-version: 0.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9c7eb99..306d23f 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[api] == 0.13.8", + "frequenz-repo-config[api] == 0.14.0", # We need to pin the protobuf, grpcio and grpcio-tools dependencies to make # sure the code is generated using the minimum supported versions, as older # versions can't work with code that was generated with newer versions. @@ -79,7 +79,7 @@ dev-mkdocs = [ "mkdocs-material == 9.6.21", "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.18.2", - "frequenz-repo-config[api] == 0.13.8", + "frequenz-repo-config[api] == 0.14.0", ] dev-mypy = [ "mypy == 1.18.2", @@ -88,7 +88,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-api-reporting[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.8"] +dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.14.0"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests