diff --git a/pyproject.toml b/pyproject.toml index 82aa7fa..8e57c2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev-mypy = [ # For checking the noxfile, docs/ script, and tests "frequenz-core[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 = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests @@ -84,7 +84,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", ] dev = [ "frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",