diff --git a/pyproject.toml b/pyproject.toml index e933861..bfa1a57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,8 +52,8 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.5.43", - "mkdocstrings[python] == 0.26.2", + "mkdocs-material == 9.5.47", + "mkdocstrings[python] == 0.27.0", "mkdocstrings-python == 1.12.2", "frequenz-repo-config[lib] == 0.11.0", ] @@ -73,8 +73,8 @@ dev-pylint = [ "frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.3.3", - "pylint == 3.3.1", # We need this to check for the examples + "pytest == 8.3.4", + "pylint == 3.3.2", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.11.0", "pytest-mock == 3.14.0", "pytest-asyncio == 0.24.0",