22# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33
44[build-system ]
5- requires = [" setuptools == 79.0.0" , " setuptools_scm[toml] == 8.3.0 " ]
5+ requires = [" setuptools == 79.0.0" , " setuptools_scm[toml] == 8.3.1 " ]
66build-backend = " setuptools.build_meta"
77
88[project ]
@@ -82,9 +82,9 @@ dev-mkdocs = [
8282 " mkdocs-gen-files == 0.5.0" ,
8383 " mkdocs-literate-nav == 0.6.2" ,
8484 " mkdocs-macros-plugin == 1.3.7" ,
85- " mkdocs-material == 9.6.10 " ,
85+ " mkdocs-material == 9.6.12 " ,
8686 " mkdocstrings[python] == 0.29.1" ,
87- " mkdocstrings-python == 1.16.8 " ,
87+ " mkdocstrings-python == 1.16.10 " ,
8888]
8989dev-mypy = [
9090 " mypy == 1.15.0" ,
@@ -105,7 +105,7 @@ dev-pylint = [
105105]
106106dev-pytest = [
107107 " pytest == 8.3.5" ,
108- " pylint == 3.3.6 " , # We need this to check for the examples
108+ " pylint == 3.3.7 " , # We need this to check for the examples
109109 " cookiecutter == 2.6.0" , # For checking the cookiecutter scripts
110110 " jinja2 == 3.1.6" , # For checking the cookiecutter scripts
111111 " sybil >= 6.1.1, < 10" , # Should be consistent with the extra-lint-examples dependency
0 commit comments