diff --git a/pyproject.toml b/pyproject.toml index 6dc9f195..d9fc9b14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Copyright © 2023 Frequenz Energy-as-a-Service GmbH [build-system] -requires = ["setuptools == 80.1.0", "setuptools_scm[toml] == 8.3.0"] +requires = ["setuptools == 80.1.0", "setuptools_scm[toml] == 8.3.1"] build-backend = "setuptools.build_meta" [project] @@ -82,9 +82,9 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.10", + "mkdocs-material == 9.6.12", "mkdocstrings[python] == 0.29.1", - "mkdocstrings-python == 1.16.8", + "mkdocstrings-python == 1.16.10", ] dev-mypy = [ "mypy == 1.15.0", @@ -105,7 +105,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.3.5", - "pylint == 3.3.6", # We need this to check for the examples + "pylint == 3.3.7", # 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