From 21a109172fc41372bdbb918da93cf160d1578ebd Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 2 Feb 2026 14:16:01 +0100 Subject: [PATCH] Upgrade and migrate to repo-config v0.14.0 Signed-off-by: Leandro Lucarella --- mkdocs.yml | 4 ++-- pyproject.toml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 38d7c20..570feec 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: - https://docs.python.org/3/objects.inv - https://typing-extensions.readthedocs.io/en/stable/objects.inv # Note this plugin must be loaded after mkdocstrings to be able to use macros diff --git a/pyproject.toml b/pyproject.toml index 207bf34..aed1040 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.8", + "frequenz-repo-config[lib] == 0.14.0", ] build-backend = "setuptools.build_meta" @@ -62,7 +62,7 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.1", - "frequenz-repo-config[lib] == 0.13.8", + "frequenz-repo-config[lib] == 0.14.0", ] dev-mypy = [ "mypy == 1.19.1", @@ -70,7 +70,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.8"] +dev-noxfile = ["nox == 2025.11.12", "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 @@ -79,7 +79,7 @@ dev-pylint = [ dev-pytest = [ "pytest == 9.0.2", "pylint == 4.0.4", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.8", + "frequenz-repo-config[extra-lint-examples] == 0.14.0", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.9",