diff --git a/pyproject.toml b/pyproject.toml index 9cb4b6e..ac0b00a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.18.0", ] dev-mypy = [ - "mypy == 2.1.0", + "mypy == 2.3.0", "types-Markdown == 3.10.2.20260518", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", @@ -91,7 +91,7 @@ dev-mypy = [ "types-protobuf == 7.34.1.20260518", "types-python-dateutil == 2.9.0.20260518", ] -dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"] +dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"] dev-pylint = [ "pylint == 4.0.6", # For checking the noxfile, docs/ script, and tests @@ -105,7 +105,7 @@ dev-pytest = [ "pytest-asyncio == 1.4.0", "async-solipsism == 0.9", "time-machine == 3.2.0", - "hypothesis == 6.155.7", + "hypothesis == 6.163.0", "frequenz-client-dispatch[cli]", ] dev = [