Skip to content

Commit f37e5cb

Browse files
committed
Upgrade to repo-config v0.14.0
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent bc4dc80 commit f37e5cb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ plugins:
114114
show_source: true
115115
show_symbol_type_toc: true
116116
signature_crossrefs: true
117-
import:
117+
inventories:
118118
# See https://mkdocstrings.github.io/python/usage/#import for details
119119
- https://docs.python.org/3/objects.inv
120120
- https://frequenz-floss.github.io/frequenz-channels-python/v1/objects.inv

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
requires = [
66
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 9.2.2",
8-
"frequenz-repo-config[lib] == 0.13.8",
8+
"frequenz-repo-config[lib] == 0.14.0",
99
]
1010
build-backend = "setuptools.build_meta"
1111

@@ -64,7 +64,7 @@ dev-mkdocs = [
6464
"mkdocs-material == 9.7.0",
6565
"mkdocstrings[python] == 1.0.0",
6666
"mkdocstrings-python == 1.18.2",
67-
"frequenz-repo-config[lib] == 0.13.8",
67+
"frequenz-repo-config[lib] == 0.14.0",
6868
]
6969
dev-mypy = [
7070
"mypy == 1.19.0",
@@ -74,15 +74,15 @@ dev-mypy = [
7474
# For checking the noxfile, docs/ script, and tests
7575
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7676
]
77-
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.8"]
77+
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.14.0"]
7878
dev-pylint = [
7979
"pylint == 4.0.4",
8080
# For checking the noxfile, docs/ script, and tests
8181
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8282
]
8383
dev-pytest = [
8484
"pytest == 9.0.1",
85-
"frequenz-repo-config[extra-lint-examples] == 0.13.8",
85+
"frequenz-repo-config[extra-lint-examples] == 0.14.0",
8686
"pytest-mock == 3.15.1",
8787
"pytest-asyncio == 1.3.0",
8888
"time-machine == 2.16.0",

0 commit comments

Comments
 (0)