diff --git a/pyproject.toml b/pyproject.toml index 1892b05..4e8771d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,15 +48,15 @@ dev-flake8 = [ "pydoclint == 0.6.0", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 25.1.0", "isort == 6.0.0"] +dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ "Markdown == 3.7", "black == 25.1.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", - "mkdocs-literate-nav == 0.6.1", + "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.1", + "mkdocs-material == 9.6.11", "mkdocstrings[python] == 0.29.1", "mkdocstrings-python == 1.16.10", "frequenz-repo-config[lib] == 0.13.2", @@ -74,8 +74,8 @@ dev-pylint = [ "frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] dev-pytest = [ - "pytest == 8.3.4", - "pylint == 3.3.4", # We need this to check for the examples + "pytest == 8.3.5", + "pylint == 3.3.6", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.13.2", "pytest-mock == 3.14.0", "pytest-asyncio == 0.25.3",