From f37e5cb23880b5043e1401bd9618e583be498caa Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 28 Jan 2026 13:57:31 +0100 Subject: [PATCH] Upgrade to repo-config v0.14.0 Signed-off-by: Leandro Lucarella --- mkdocs.yml | 2 +- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1f834324a..83005355f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -114,7 +114,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://frequenz-floss.github.io/frequenz-channels-python/v1/objects.inv diff --git a/pyproject.toml b/pyproject.toml index a98758614..64a74bc5e 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" @@ -64,7 +64,7 @@ dev-mkdocs = [ "mkdocs-material == 9.7.0", "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.19.0", @@ -74,7 +74,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-sdk[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 = [ "pylint == 4.0.4", # For checking the noxfile, docs/ script, and tests @@ -82,7 +82,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 9.0.1", - "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", "time-machine == 2.16.0",