diff --git a/pyproject.toml b/pyproject.toml index d4f0d65..a439abf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev-flake8 = [ "flake8 == 7.1.1", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.5.6", + "pydoclint == 0.5.9", "pydocstyle == 6.3.0", ] dev-formatting = ["black == 24.8.0", "isort == 5.13.2"] @@ -64,10 +64,10 @@ dev-mkdocs = [ "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", - "mkdocs-macros-plugin == 1.0.5", - "mkdocs-material == 9.5.34", - "mkdocstrings[python] == 0.25.2", - "mkdocstrings-python == 1.10.9", + "mkdocs-macros-plugin == 1.2.0", + "mkdocs-material == 9.5.39", + "mkdocstrings[python] == 0.26.1", + "mkdocstrings-python == 1.11.1", "frequenz-repo-config[lib] == 0.10.0", ] dev-mypy = [ @@ -79,17 +79,17 @@ dev-mypy = [ "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "uv == 0.4.1", + "uv == 0.4.17", "nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0", ] dev-pylint = [ - "pylint == 3.2.7", + "pylint == 3.3.1", # For checking the noxfile, docs/ script, and tests "frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.3.2", + "pytest == 8.3.3", "frequenz-repo-config[extra-lint-examples] == 0.10.0", "pytest-mock == 3.14.0", "pytest-asyncio == 0.24.0",