Skip to content
Merged
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
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.14.0",
"frequenz-repo-config[lib] == 0.17.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -47,7 +47,7 @@ dev-formatting = ["black == 25.9.0", "isort == 7.0.0"]
dev-mkdocs = [
"Markdown == 3.9",
"black == 25.9.0",
"frequenz-repo-config[lib] == 0.14.0",
"frequenz-repo-config[lib] == 0.17.0",
"markdown-callouts == 0.4.0",
"markdown-svgbob == 202406.1023",
"mike == 2.1.4",
Expand All @@ -67,15 +67,15 @@ dev-mypy = [
"mypy == 1.18.2",
"types-Markdown == 3.9.0.20250906",
]
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.14.0"]
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.17.0"]
dev-pylint = [
# For checking the noxfile, docs/ script, and tests
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
"pylint == 4.0.5",
]
dev-pytest = [
"async-solipsism == 0.9",
"frequenz-repo-config[extra-lint-examples] == 0.14.0",
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
"hypothesis == 6.143.0",
"pytest == 8.4.2",
"pytest-asyncio == 1.1.0",
Expand Down
Loading