3
3
4
4
[build-system ]
5
5
requires = [
6
- " setuptools == 75.6 .0" ,
6
+ " setuptools == 75.8 .0" ,
7
7
" setuptools_scm[toml] == 8.1.0" ,
8
8
" frequenz-repo-config[lib] == 0.11.0" ,
9
9
]
@@ -53,7 +53,7 @@ dev-flake8 = [
53
53
" flake8 == 7.1.1" ,
54
54
" flake8-docstrings == 1.7.0" ,
55
55
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
56
- " pydoclint == 0.5.14 " ,
56
+ " pydoclint == 0.6.0 " ,
57
57
" pydocstyle == 6.3.0" ,
58
58
]
59
59
dev-formatting = [" black == 25.1.0" , " isort == 5.13.2" ]
@@ -64,7 +64,7 @@ dev-mkdocs = [
64
64
" mkdocs-gen-files == 0.5.0" ,
65
65
" mkdocs-literate-nav == 0.6.1" ,
66
66
" mkdocs-macros-plugin == 1.3.7" ,
67
- " mkdocs-material == 9.5.49 " ,
67
+ " mkdocs-material == 9.6.1 " ,
68
68
" mkdocstrings[python] == 0.27.0" ,
69
69
" mkdocstrings-python == 1.13.0" ,
70
70
" frequenz-repo-config[lib] == 0.11.0" ,
@@ -78,20 +78,20 @@ dev-mypy = [
78
78
" frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
79
79
]
80
80
dev-noxfile = [
81
- " uv == 0.5.13 " ,
81
+ " uv == 0.5.26 " ,
82
82
" nox == 2024.10.9" ,
83
83
" frequenz-repo-config[lib] == 0.11.0" ,
84
84
]
85
85
dev-pylint = [
86
- " pylint == 3.3.3 " ,
86
+ " pylint == 3.3.4 " ,
87
87
# For checking the noxfile, docs/ script, and tests
88
88
" frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
89
89
]
90
90
dev-pytest = [
91
91
" pytest == 8.3.4" ,
92
92
" frequenz-repo-config[extra-lint-examples] == 0.11.0" ,
93
93
" pytest-mock == 3.14.0" ,
94
- " pytest-asyncio == 0.25.1 " ,
94
+ " pytest-asyncio == 0.25.3 " ,
95
95
" async-solipsism == 0.7" ,
96
96
" time-machine == 2.16.0" ,
97
97
]
0 commit comments