diff --git a/pyproject.toml b/pyproject.toml index a4e170d..76a771d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ assets = [ dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", - "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml + "flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml "pydoclint == 0.7.6", "pydocstyle == 6.3.0", ] @@ -50,7 +50,7 @@ dev-mkdocs = [ "black == 25.9.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", - "mkdocs-literate-nav == 0.6.2", + "mkdocs-literate-nav == 0.6.3", "mkdocs-macros-plugin == 1.4.1", "mkdocs-material == 9.6.23", "mkdocstrings[python] == 0.30.1", @@ -75,7 +75,7 @@ dev-pylint = [ dev-pytest = [ "frequenz-microgrid-component-graph[microgrid]", "pytest == 8.4.2", - "pylint == 4.0.2", # 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.6", "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0",