diff --git a/pyproject.toml b/pyproject.toml index 988b895..637c9c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,21 +56,21 @@ dev-flake8 = [ ] dev-formatting = ["black == 25.11.0", "isort == 7.0.0"] dev-mkdocs = [ - "Markdown == 3.10", + "Markdown == 3.10.2", "black == 25.11.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.1", + "mkdocs-material == 9.7.3", + "mkdocstrings[python] == 1.0.3", "mkdocstrings-python == 1.19.0", "frequenz-repo-config[lib] == 0.13.7", ] dev-mypy = [ "mypy == 1.19.1", "types-networkx>=3.6.1.20251220", - "types-Markdown == 3.10.0.20251106", + "types-Markdown == 3.10.2.20260211", # For checking the noxfile, docs/ script, and tests "frequenz-gridpool[dev-mkdocs,dev-noxfile,dev-pytest]", ] @@ -85,7 +85,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 9.0.2", - "pylint == 4.0.4", # We need this to check for the examples + "pylint == 4.0.5", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.13.7", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0",