3
3
4
4
[build-system ]
5
5
requires = [
6
- " setuptools == 80.1.0 " ,
7
- " setuptools_scm[toml] == 8.1.0 " ,
6
+ " setuptools == 80.3.1 " ,
7
+ " setuptools_scm[toml] == 8.3.1 " ,
8
8
" frequenz-repo-config[lib] == 0.13.3" ,
9
9
]
10
10
build-backend = " setuptools.build_meta"
46
46
47
47
[project .optional-dependencies ]
48
48
dev-flake8 = [
49
- " flake8 == 7.1.1 " ,
49
+ " flake8 == 7.2.0 " ,
50
50
" flake8-docstrings == 1.7.0" ,
51
51
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
52
52
" pydoclint == 0.6.6" ,
53
53
" pydocstyle == 6.3.0" ,
54
54
]
55
55
dev-formatting = [" black == 25.1.0" , " isort == 6.0.1" ]
56
56
dev-mkdocs = [
57
- " Markdown == 3.7 " ,
57
+ " Markdown == 3.8 " ,
58
58
" black == 25.1.0" ,
59
59
" mike == 2.1.3" ,
60
60
" mkdocs-gen-files == 0.5.0" ,
@@ -66,12 +66,12 @@ dev-mkdocs = [
66
66
" frequenz-repo-config[lib] == 0.13.3" ,
67
67
]
68
68
dev-mypy = [
69
- " mypy == 1.14.1 " ,
70
- " types-Markdown == 3.7 .0.20250322 " ,
69
+ " mypy == 1.15.0 " ,
70
+ " types-Markdown == 3.8 .0.20250415 " ,
71
71
# For checking the noxfile, docs/ script, and tests
72
72
" frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]" ,
73
73
]
74
- dev-noxfile = [" nox == 2025.2.9 " , " frequenz-repo-config[lib] == 0.13.3" ]
74
+ dev-noxfile = [" nox == 2025.5.1 " , " frequenz-repo-config[lib] == 0.13.3" ]
75
75
dev-pylint = [
76
76
# dev-pytest already defines a dependency to pylint because of the examples
77
77
# For checking the noxfile, docs/ script, and tests
@@ -84,7 +84,7 @@ dev-pytest = [
84
84
" pytest-mock == 3.14.0" ,
85
85
" pytest-asyncio == 0.26.0" ,
86
86
" async-solipsism == 0.7" ,
87
- " hypothesis == 6.124.7 " ,
87
+ " hypothesis == 6.131.9 " ,
88
88
]
89
89
dev = [
90
90
" frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments