diff --git a/pyproject.toml b/pyproject.toml index 3816aa1..0a2ff91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,8 +59,8 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.16", - "mkdocstrings[python] == 0.30.0", + "mkdocs-material == 9.6.21", + "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.16.12", "frequenz-repo-config[lib] == 0.13.5", ] @@ -77,13 +77,13 @@ dev-noxfile = [ "frequenz-repo-config[lib] == 0.13.5", ] dev-pylint = [ - "pylint == 3.3.7", + "pylint == 3.3.8", # For checking the noxfile, docs/ script, and tests "frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]", "pandas >= 2, < 3", # Only required for example ] dev-pytest = [ - "pytest == 8.4.1", + "pytest == 8.4.2", "frequenz-repo-config[extra-lint-examples] == 0.13.5", "pytest-mock == 3.14.1", "pytest-asyncio == 1.1.0",