diff --git a/pyproject.toml b/pyproject.toml index d295a58..2e51f66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev-flake8 = [ ] dev-formatting = ["black == 26.5.1", "isort == 8.0.1"] dev-mkdocs = [ - "Markdown == 3.10.2", + "Markdown == 3.10.3", "black == 26.5.1", "mike == 2.2.0", "mkdocs-gen-files == 0.6.1", @@ -63,11 +63,11 @@ dev-mkdocs = [ "mkdocs-macros-plugin == 1.5.0", "mkdocs-material == 9.7.7", "mkdocstrings[python] == 1.0.6", - "mkdocstrings-python == 2.0.5", + "mkdocstrings-python == 2.0.7", "frequenz-repo-config[lib] == 0.18.0", ] dev-mypy = [ - "mypy == 2.3.0", + "mypy == 2.3.1", "types-Markdown == 3.10.2.20260712", # For checking the noxfile, docs/ script, and tests "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]", @@ -80,7 +80,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 9.1.1", - "pylint == 4.0.6", # We need this to check for the examples + "pylint == 4.0.7", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.18.0", "pytest-mock == 3.15.1", "pytest-asyncio == 1.4.0",