From 81a0fe21fd0a566f0e61b4743faac0ce760e6f3b Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 2 Feb 2026 14:04:58 +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 c12a880..163d1fa 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 e7232c2..cf853bb 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" @@ -59,7 +59,7 @@ dev-mkdocs = [ "mkdocs-material == 9.6.23", "mkdocstrings[python] == 1.0.0", "mkdocstrings-python == 1.18.2", - "frequenz-repo-config[lib] == 0.13.8", + "frequenz-repo-config[lib] == 0.14.0", ] dev-mypy = [ "mypy == 1.18.2", @@ -67,7 +67,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] -dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.8"] +dev-noxfile = ["nox == 2025.10.16", "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 @@ -76,7 +76,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.8",