diff --git a/pyproject.toml b/pyproject.toml index ddcc19ba..2a2abf71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,9 +83,9 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.6.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.5.0", - "mkdocs-material == 9.7.2", + "mkdocs-material == 9.7.3", "mkdocstrings[python] == 1.0.3", - "mkdocstrings-python == 2.0.2", + "mkdocstrings-python == 2.0.3", ] dev-mypy = [ "mypy == 1.19.1", @@ -106,7 +106,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 "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