22# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33
44[build-system ]
5- requires = [" setuptools == 75.8.0 " , " setuptools_scm[toml] == 8.1 .0" ]
5+ requires = [" setuptools == 75.8.2 " , " setuptools_scm[toml] == 8.2 .0" ]
66build-backend = " setuptools.build_meta"
77
88[project ]
@@ -68,26 +68,26 @@ extra-lint-examples = [
6868 " sybil >= 6.1.1, < 10" ,
6969]
7070dev-flake8 = [
71- " flake8 == 7.1.1 " ,
71+ " flake8 == 7.1.2 " ,
7272 " flake8-docstrings == 1.7.0" ,
7373 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
74- " pydoclint == 0.6.0 " ,
74+ " pydoclint == 0.6.2 " ,
7575 " pydocstyle == 6.3.0" ,
7676]
77- dev-formatting = [" black == 25.1.0" , " isort == 6.0.0 " ]
77+ dev-formatting = [" black == 25.1.0" , " isort == 6.0.1 " ]
7878dev-mkdocs = [
7979 " black == 25.1.0" ,
8080 " Markdown == 3.7" ,
8181 " mike == 2.1.3" ,
8282 " mkdocs-gen-files == 0.5.0" ,
8383 " mkdocs-literate-nav == 0.6.1" ,
8484 " mkdocs-macros-plugin == 1.3.7" ,
85- " mkdocs-material == 9.6.2 " ,
86- " mkdocstrings[python] == 0.28.0 " ,
87- " mkdocstrings-python == 1.14.6 " ,
85+ " mkdocs-material == 9.6.7 " ,
86+ " mkdocstrings[python] == 0.28.2 " ,
87+ " mkdocstrings-python == 1.16.2 " ,
8888]
8989dev-mypy = [
90- " mypy == 1.14.1 " ,
90+ " mypy == 1.15.0 " ,
9191 " types-setuptools >= 67.6.0, < 76" , # Should match the build dependency
9292 " types-Markdown == 3.7.0.20241204" ,
9393 " types-PyYAML == 6.0.12.20241230" ,
@@ -104,7 +104,7 @@ dev-pylint = [
104104 " setuptools >= 67.6.0, < 76" , # Should match the build dependency
105105]
106106dev-pytest = [
107- " pytest == 8.3.4 " ,
107+ " pytest == 8.3.5 " ,
108108 " pylint == 3.3.4" , # We need this to check for the examples
109109 " cookiecutter == 2.6.0" , # For checking the cookiecutter scripts
110110 " jinja2 == 3.1.5" , # For checking the cookiecutter scripts
0 commit comments