diff --git a/pyproject.toml b/pyproject.toml index 1378b93..a3692b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ "setuptools == 80.9.0", "setuptools_scm[toml] == 9.2.2", - "frequenz-repo-config[lib] == 0.13.7", + "frequenz-repo-config[lib] == 0.13.8", ] build-backend = "setuptools.build_meta" @@ -57,7 +57,7 @@ dev-mkdocs = [ "mkdocs-material == 9.7.1", "mkdocstrings[python] == 1.0.0", "mkdocstrings-python == 1.18.2", - "frequenz-repo-config[lib] == 0.13.7", + "frequenz-repo-config[lib] == 0.13.8", "frequenz-client-base", ] dev-mypy = [ @@ -68,7 +68,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.7"] +dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.8"] dev-pylint = [ "pylint == 4.0.4", # For checking the noxfile, docs/ script, and tests @@ -76,7 +76,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 9.0.2", - "frequenz-repo-config[extra-lint-examples] == 0.13.7", + "frequenz-repo-config[extra-lint-examples] == 0.13.8", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.8",