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
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 == 82.0.1",
"setuptools_scm[toml] == 10.0.5",
"frequenz-repo-config[lib] == 0.14.0",
"frequenz-repo-config[lib] == 0.17.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -78,7 +78,7 @@ dev-mkdocs = [
"mkdocs-material == 9.7.6",
"mkdocstrings[python] == 1.0.3",
"mkdocstrings-python == 2.0.3",
"frequenz-repo-config[lib] == 0.14.0",
"frequenz-repo-config[lib] == 0.17.0",
]
dev-mypy = [
"mypy == 1.19.1",
Expand All @@ -89,15 +89,15 @@ dev-mypy = [
# For checking the noxfile, docs/ script, and tests
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.14.0"]
dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.17.0"]
dev-pylint = [
"pylint == 4.0.5",
# For checking the noxfile, docs/ script, and tests
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
]
dev-pytest = [
"pytest == 9.0.2",
"frequenz-repo-config[extra-lint-examples] == 0.14.0",
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
"pytest-mock == 3.15.1",
"pytest-asyncio == 1.3.0",
"async-solipsism == 0.9",
Expand Down
Loading