diff --git a/pyproject.toml b/pyproject.toml index 6d8975b..36b8155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ email = "floss@frequenz.com" 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", ] @@ -90,7 +90,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.14.0"] dev-pylint = [ - "pylint == 4.0.2", + "pylint == 4.0.4", # For checking the noxfile, docs/ script, and tests "frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ]