diff --git a/pyproject.toml b/pyproject.toml index 0051f26a..e8c6a61a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,8 +81,8 @@ dev-mkdocs = [ "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.14", + "mkdocs-macros-plugin == 1.3.9", + "mkdocs-material == 9.6.18", "mkdocstrings[python] == 0.30.0", "mkdocstrings-python == 1.17.0", ] @@ -105,7 +105,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.4.1", - "pylint == 3.3.7", # We need this to check for the examples + "pylint == 3.3.8", # We need this to check for the examples "cookiecutter == 2.6.0", # For checking the cookiecutter scripts "jinja2 == 3.1.6", # For checking the cookiecutter scripts "sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency