diff --git a/pyproject.toml b/pyproject.toml index 9075f15..6398319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,8 +68,8 @@ dev-mkdocs = [ "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.15", + "mkdocs-macros-plugin == 1.3.9", + "mkdocs-material == 9.6.17", "mkdocstrings[python] == 0.29.1", "mkdocstrings-python == 1.16.12", "frequenz-repo-config[lib] == 0.13.5", @@ -89,7 +89,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.4.1", - "pylint == 3.3.7", # We need this to check for the examples + "pylint == 3.3.8", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.13.5", "pytest-mock == 3.14.1", "pytest-asyncio == 1.0.0",