From 9e9db9e9db2c91af53886354d938451f71bc164f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:40:13 +0000 Subject: [PATCH 1/3] Bump frequenz-repo-config[lib] from 0.13.5 to 0.14.0 Bumps [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) from 0.13.5 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.5...v0.14.0) --- updated-dependencies: - dependency-name: frequenz-repo-config[lib] 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 64452da..e2538d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 82.0.0", "setuptools_scm[toml] == 9.2.2", - "frequenz-repo-config[lib] == 0.13.5", + "frequenz-repo-config[lib] == 0.14.0", ] build-backend = "setuptools.build_meta" @@ -63,7 +63,7 @@ dev-mkdocs = [ "mkdocs-material == 9.7.1", "mkdocstrings[python] == 1.0.3", "mkdocstrings-python == 1.18.2", - "frequenz-repo-config[lib] == 0.13.5", + "frequenz-repo-config[lib] == 0.14.0", ] dev-mypy = [ "mypy == 1.19.1", @@ -71,7 +71,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.13.5"] +dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 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 From a7280c2fd3066acadc9214053a37caadb18a0eb3 Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Thu, 19 Feb 2026 11:20:13 +0100 Subject: [PATCH 2/3] Fix conflicting frequenz-repo-config version in dev-pytest extra Signed-off-by: Mathias L. Baumann --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2538d6..93cfeda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev-pylint = [ dev-pytest = [ "pytest == 8.4.2", "pylint == 3.3.8", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.5", + "frequenz-repo-config[extra-lint-examples] == 0.14.0", "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0", "async-solipsism == 0.9", From 4c48337dbef9338ee9d4581631ae2541ac2a58bc Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Thu, 19 Feb 2026 11:21:26 +0100 Subject: [PATCH 3/3] Run repo-config v0.14.0 migration script Updates mkdocs.yml for mkdocstrings-python v2 compatibility: paths moved to correct section, import renamed to inventories. The auto-dependabot.yaml change was skipped as the repo already has the newer post-v0.14.0 version with GitHub App tokens. Signed-off-by: Mathias L. Baumann --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 7a16de8..40c356c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -99,8 +99,8 @@ plugins: default_handler: python handlers: python: + paths: ["src"] options: - paths: ["src"] docstring_section_style: spacy inherited_members: true merge_init_into_class: false @@ -112,7 +112,7 @@ plugins: show_source: true show_symbol_type_toc: true signature_crossrefs: true - import: + inventories: # See https://mkdocstrings.github.io/python/usage/#import for details - https://docs.python.org/3/objects.inv - https://typing-extensions.readthedocs.io/en/stable/objects.inv