diff --git a/pyproject.toml b/pyproject.toml index 0f34cd0..f311581 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,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.16", + "mkdocs-macros-plugin == 1.3.9", + "mkdocs-material == 9.6.18", "frequenz-repo-config[lib] == 0.13.5", ] dev-mypy = [ @@ -72,7 +72,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.1.0",