5
5
requires = [
6
6
" setuptools == 80.3.1" ,
7
7
" setuptools_scm[toml] == 8.3.1" ,
8
- " frequenz-repo-config[lib] == 0.13.3 " ,
8
+ " frequenz-repo-config[lib] == 0.13.4 " ,
9
9
]
10
10
build-backend = " setuptools.build_meta"
11
11
@@ -66,10 +66,10 @@ dev-mkdocs = [
66
66
" mkdocs-gen-files == 0.5.0" ,
67
67
" mkdocs-literate-nav == 0.6.2" ,
68
68
" mkdocs-macros-plugin == 1.3.7" ,
69
- " mkdocs-material == 9.6.12 " ,
69
+ " mkdocs-material == 9.6.14 " ,
70
70
" mkdocstrings[python] == 0.29.1" ,
71
- " mkdocstrings-python == 1.16.10 " ,
72
- " frequenz-repo-config[lib] == 0.13.3 " ,
71
+ " mkdocstrings-python == 1.16.11 " ,
72
+ " frequenz-repo-config[lib] == 0.13.4 " ,
73
73
]
74
74
dev-mypy = [
75
75
" mypy == 1.15.0" ,
@@ -79,16 +79,16 @@ dev-mypy = [
79
79
# For checking the noxfile, docs/ script, and tests
80
80
" frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
81
81
]
82
- dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.3 " ]
82
+ dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.4 " ]
83
83
dev-pylint = [
84
- " pylint == 3.3.6 " ,
84
+ " pylint == 3.3.7 " ,
85
85
# For checking the noxfile, docs/ script, and tests
86
86
" frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
87
87
]
88
88
dev-pytest = [
89
89
" pytest == 8.3.5" ,
90
- " frequenz-repo-config[extra-lint-examples] == 0.13.3 " ,
91
- " pytest-mock == 3.14.0 " ,
90
+ " frequenz-repo-config[extra-lint-examples] == 0.13.4 " ,
91
+ " pytest-mock == 3.14.1 " ,
92
92
" pytest-asyncio == 0.26.0" ,
93
93
" async-solipsism == 0.7" ,
94
94
]
0 commit comments