3
3
4
4
[build-system ]
5
5
requires = [
6
- " setuptools == 75.8.0 " ,
7
- " setuptools_scm[toml] == 8.1 .0" ,
6
+ " setuptools == 75.8.2 " ,
7
+ " setuptools_scm[toml] == 8.2 .0" ,
8
8
" frequenz-repo-config[lib] == 0.12.3" ,
9
9
]
10
10
build-backend = " setuptools.build_meta"
45
45
46
46
[project .optional-dependencies ]
47
47
dev-flake8 = [
48
- " flake8 == 7.1.1 " ,
48
+ " flake8 == 7.1.2 " ,
49
49
" flake8-docstrings == 1.7.0" ,
50
50
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
51
- " pydoclint == 0.6.0 " ,
51
+ " pydoclint == 0.6.2 " ,
52
52
" pydocstyle == 6.3.0" ,
53
53
]
54
- dev-formatting = [" black == 25.1.0" , " isort == 6.0.0 " ]
54
+ dev-formatting = [" black == 25.1.0" , " isort == 6.0.1 " ]
55
55
dev-mkdocs = [
56
56
" Markdown == 3.7" ,
57
57
" black == 25.1.0" ,
58
58
" mike == 2.1.3" ,
59
59
" mkdocs-gen-files == 0.5.0" ,
60
60
" mkdocs-literate-nav == 0.6.1" ,
61
61
" mkdocs-macros-plugin == 1.3.7" ,
62
- " mkdocs-material == 9.6.1 " ,
62
+ " mkdocs-material == 9.6.7 " ,
63
63
" mkdocstrings[python] == 0.28.2" ,
64
64
" mkdocstrings-python == 1.16.2" ,
65
65
" frequenz-repo-config[lib] == 0.12.3" ,
66
66
]
67
67
dev-mypy = [
68
- " mypy == 1.14.1 " ,
68
+ " mypy == 1.15.0 " ,
69
69
" pandas-stubs == 2.2.3.241126" ,
70
70
" types-toml==0.10.8.20240310" ,
71
71
" types-Markdown == 3.7.0.20241204" ,
@@ -82,7 +82,7 @@ dev-pylint = [
82
82
" frequenz-lib-notebooks[dev-mkdocs,dev-noxfile,dev-pytest]" ,
83
83
]
84
84
dev-pytest = [
85
- " pytest == 8.3.4 " ,
85
+ " pytest == 8.3.5 " ,
86
86
" pylint == 3.3.4" , # We need this to check for the examples
87
87
" frequenz-repo-config[extra-lint-examples] == 0.12.3" ,
88
88
" pytest-mock == 3.14.0" ,
0 commit comments