diff --git a/pyproject.toml b/pyproject.toml index f3d5b8f..5220c79 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.3.9", - "mkdocs-material == 9.6.17", - "mkdocstrings[python] == 0.30.0", + "mkdocs-material == 9.6.21", + "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.17.0", "frequenz-repo-config[lib] == 0.13.5", ] @@ -89,7 +89,7 @@ dev-pylint = [ "frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]", ] dev-pytest = [ - "pytest == 8.4.1", + "pytest == 8.4.2", "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",