2
2
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
3
3
4
4
[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" ]
6
6
build-backend = " setuptools.build_meta"
7
7
8
8
[project ]
@@ -68,26 +68,26 @@ extra-lint-examples = [
68
68
" sybil >= 6.1.1, < 10" ,
69
69
]
70
70
dev-flake8 = [
71
- " flake8 == 7.1.1 " ,
71
+ " flake8 == 7.1.2 " ,
72
72
" flake8-docstrings == 1.7.0" ,
73
73
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
74
- " pydoclint == 0.6.0 " ,
74
+ " pydoclint == 0.6.2 " ,
75
75
" pydocstyle == 6.3.0" ,
76
76
]
77
- dev-formatting = [" black == 25.1.0" , " isort == 6.0.0 " ]
77
+ dev-formatting = [" black == 25.1.0" , " isort == 6.0.1 " ]
78
78
dev-mkdocs = [
79
79
" black == 25.1.0" ,
80
80
" Markdown == 3.7" ,
81
81
" mike == 2.1.3" ,
82
82
" mkdocs-gen-files == 0.5.0" ,
83
83
" mkdocs-literate-nav == 0.6.1" ,
84
84
" 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 " ,
88
88
]
89
89
dev-mypy = [
90
- " mypy == 1.14.1 " ,
90
+ " mypy == 1.15.0 " ,
91
91
" types-setuptools >= 67.6.0, < 76" , # Should match the build dependency
92
92
" types-Markdown == 3.7.0.20241204" ,
93
93
" types-PyYAML == 6.0.12.20241230" ,
@@ -104,7 +104,7 @@ dev-pylint = [
104
104
" setuptools >= 67.6.0, < 76" , # Should match the build dependency
105
105
]
106
106
dev-pytest = [
107
- " pytest == 8.3.4 " ,
107
+ " pytest == 8.3.5 " ,
108
108
" pylint == 3.3.4" , # We need this to check for the examples
109
109
" cookiecutter == 2.6.0" , # For checking the cookiecutter scripts
110
110
" jinja2 == 3.1.5" , # For checking the cookiecutter scripts
0 commit comments