diff --git a/pyproject.toml b/pyproject.toml index 47d03225..4e975dd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Copyright © 2023 Frequenz Energy-as-a-Service GmbH [build-system] -requires = ["setuptools == 80.9.0", "setuptools_scm[toml] == 9.2.0"] +requires = ["setuptools == 80.9.0", "setuptools_scm[toml] == 9.2.2"] build-backend = "setuptools.build_meta" [project] @@ -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.4.0", - "mkdocs-material == 9.6.21", + "mkdocs-macros-plugin == 1.4.1", + "mkdocs-material == 9.6.23", "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.18.2", ] @@ -105,7 +105,7 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.4.2", - "pylint == 4.0.0", # We need this to check for the examples + "pylint == 4.0.2", # 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