diff --git a/pyproject.toml b/pyproject.toml index 4ecb8ac..3354a37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,9 +60,9 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.5.0", - "mkdocs-material == 9.7.1", + "mkdocs-material == 9.7.3", "mkdocstrings[python] == 1.0.3", - "mkdocstrings-python == 2.0.2", + "mkdocstrings-python == 2.0.3", "frequenz-repo-config[lib] == 0.14.0", ] dev-mypy = [ @@ -79,7 +79,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",