diff --git a/pyproject.toml b/pyproject.toml index f16daef..2339a7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,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.7.6", "pydocstyle == 6.3.0", ] @@ -67,7 +67,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.6"] dev-pylint = [ - "pylint == 4.0.3", + "pylint == 4.0.4", # For checking the noxfile, docs/ script, and tests "frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]", ]