diff --git a/pyproject.toml b/pyproject.toml index 117e0b3..caa1649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,27 +45,27 @@ dev-flake8 = [ "pydoclint == 0.7.6", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 25.9.0", "isort == 6.1.0"] +dev-formatting = ["black == 25.11.0", "isort == 6.1.0"] dev-mkdocs = [ - "Markdown == 3.9", - "black == 25.9.0", + "Markdown == 3.10", + "black == 25.11.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-macros-plugin == 1.4.0", - "mkdocs-material == 9.6.21", + "mkdocs-macros-plugin == 1.5.0", + "mkdocs-material == 9.7.0", "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.18.2", "frequenz-repo-config[lib] == 0.13.6", ] dev-mypy = [ - "mypy == 1.18.2", - "types-Markdown == 3.9.0.20250906", + "mypy == 1.19.0", + "types-Markdown == 3.10.0.20251106", "types-protobuf == 6.32.1.20251105", # For checking the noxfile, docs/ script, and tests "frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"] +dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.6"] dev-pylint = [ "pylint == 4.0.3", # For checking the noxfile, docs/ script, and tests @@ -74,7 +74,7 @@ dev-pylint = [ dev-pytest = [ "pytest == 8.4.2", "frequenz-repo-config[extra-lint-examples] == 0.13.6", - "hypothesis == 6.140.3", + "hypothesis == 6.148.5", "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0", "async-solipsism == 0.8",