diff --git a/pyproject.toml b/pyproject.toml index 0921d4e..e7ca9cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,8 +69,8 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.4.0", - "mkdocs-material == 9.6.17", - "mkdocstrings[python] == 0.30.0", + "mkdocs-material == 9.6.21", + "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.18.2", "frequenz-repo-config[lib] == 0.13.5", ] @@ -89,8 +89,8 @@ dev-pylint = [ "frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]", ] dev-pytest = [ - "pytest == 8.4.1", - "pylint == 3.3.8", # We need this to check for the examples + "pytest == 8.4.2", + "pylint == 3.3.9", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.13.5", "pytest-mock == 3.15.1", "pytest-asyncio == 1.1.0",