diff --git a/pyproject.toml b/pyproject.toml index 48a6686..95d7600 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.6", + "frequenz-repo-config[lib] == 0.13.8", ] build-backend = "setuptools.build_meta" @@ -64,7 +64,7 @@ cli = [ dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", - "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml + "flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml "pydoclint == 0.8.3", "pydocstyle == 6.3.0", ] @@ -79,7 +79,7 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.4.1", "mkdocs-material == 9.6.23", "mkdocstrings[python] == 1.0.0", - "frequenz-repo-config[lib] == 0.13.6", + "frequenz-repo-config[lib] == 0.13.8", ] dev-mypy = [ "mypy == 1.18.2", @@ -90,16 +90,16 @@ dev-mypy = [ "types-protobuf == 6.32.1.20251105", "types-python-dateutil == 2.9.0.20251115", ] -dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"] +dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.8"] dev-pylint = [ - "pylint == 4.0.2", + "pylint == 4.0.4", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "frequenz-api-dispatch == 1.0.0", ] dev-pytest = [ "pytest == 8.4.2", - "frequenz-repo-config[extra-lint-examples] == 0.13.6", + "frequenz-repo-config[extra-lint-examples] == 0.13.8", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.8",