diff --git a/pyproject.toml b/pyproject.toml index 24413900..dac2c2ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,12 +70,12 @@ dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"] dev-pylint = [ # For checking the noxfile, docs/ script, and tests "frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]", - "pylint == 3.2.4", + "pylint == 3.2.5", ] dev-pytest = [ "async-solipsism == 0.6", "frequenz-repo-config[extra-lint-examples] == 0.9.2", - "hypothesis == 6.104.1", + "hypothesis == 6.104.2", "pytest == 8.2.2", "pytest-asyncio == 0.23.7", "pytest-mock == 3.14.0",