Skip to content
Closed
Changes from 1 commit
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
6 changes: 3 additions & 3 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.14.0",
"frequenz-repo-config[lib] == 0.16.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -59,15 +59,15 @@ dev-mkdocs = [
"mkdocs-material == 9.7.4",
"mkdocstrings[python] == 1.0.3",
"mkdocstrings-python == 2.0.3",
"frequenz-repo-config[lib] == 0.14.0",
"frequenz-repo-config[lib] == 0.16.0",
]
dev-mypy = [
"mypy == 1.19.1",
"types-Markdown == 3.10.2.20260211",
# 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.14.0"]
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.16.0"]
dev-pylint = [
# dev-pytest already defines a dependency to pylint because of the examples
# For checking the noxfile, docs/ script, and tests
Expand Down
Loading