diff --git a/pyproject.toml b/pyproject.toml index bc3b7c6..18f2e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.4.1", "mkdocs-material == 9.6.23", - "mkdocstrings[python] == 1.0.2", + "mkdocstrings[python] == 1.0.3", "mkdocstrings-python == 2.0.3", "frequenz-repo-config[lib] == 0.14.0", ] @@ -75,7 +75,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 9.0.2", - "pylint == 4.0.4", # We need this to check for the examples + "pylint == 4.0.5", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.14.0", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0",