diff --git a/pyproject.toml b/pyproject.toml index 1cd2f46..754879c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"] +dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.5"] dev-pylint = [ "pylint == 3.3.7", # For checking the noxfile, docs/ script, and tests @@ -80,7 +80,7 @@ dev-pytest = [ "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0", "async-solipsism == 0.8", - "hypothesis == 6.140.3", + "hypothesis == 6.142.5", "frequenz-client-base", ] dev = [