diff --git a/pyproject.toml b/pyproject.toml index 56b4439..567c260 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,34 +47,34 @@ dev-flake8 = [ ] dev-formatting = ["black == 25.9.0", "isort == 6.1.0"] dev-mkdocs = [ - "Markdown == 3.10.1", + "Markdown == 3.10.2", "black == 25.9.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.5.0", - "mkdocs-material == 9.7.1", - "mkdocstrings[python] == 1.0.2", + "mkdocs-material == 9.7.3", + "mkdocstrings[python] == 1.0.3", "mkdocstrings-python == 1.18.2", "frequenz-repo-config[lib] == 0.14.0", ] dev-mypy = [ "mypy == 1.19.1", - "types-Markdown == 3.10.0.20251106", + "types-Markdown == 3.10.2.20260211", "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.11.12", "frequenz-repo-config[lib] == 0.14.0"] dev-pylint = [ - "pylint == 4.0.4", + "pylint == 4.0.5", # For checking the noxfile, docs/ script, and tests "frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ "pytest == 8.4.2", "frequenz-repo-config[extra-lint-examples] == 0.14.0", - "hypothesis == 6.151.4", + "hypothesis == 6.151.9", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.8",