diff --git a/pyproject.toml b/pyproject.toml index 7c891fa..2496e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,12 +67,12 @@ dev-noxfile = [ "frequenz-repo-config[lib] == 0.11.0", ] dev-pylint = [ - "pylint == 3.3.1", + "pylint == 3.3.2", # For checking the noxfile, docs/ script, and tests "frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.3.3", + "pytest == 8.3.4", "frequenz-repo-config[extra-lint-examples] == 0.11.0", "pytest-mock == 3.14.0", "pytest-asyncio == 0.24.0",