Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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",
Expand All @@ -74,15 +74,15 @@ 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
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
]
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",
Expand Down