5
5
requires = [
6
6
" setuptools == 80.9.0" ,
7
7
" setuptools_scm[toml] == 8.3.1" ,
8
- " frequenz-repo-config[lib] == 0.13.4 " ,
8
+ " frequenz-repo-config[lib] == 0.13.5 " ,
9
9
]
10
10
build-backend = " setuptools.build_meta"
11
11
@@ -61,28 +61,28 @@ dev-flake8 = [
61
61
dev-formatting = [" black == 25.1.0" , " isort == 6.0.1" ]
62
62
dev-mkdocs = [
63
63
" black == 25.1.0" ,
64
- " Markdown==3.8" ,
64
+ " Markdown==3.8.2 " ,
65
65
" mike == 2.1.3" ,
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
69
" mkdocs-material == 9.6.14" ,
70
70
" mkdocstrings[python] == 0.29.1" ,
71
- " mkdocstrings-python == 1.16.11 " ,
72
- " frequenz-repo-config[lib] == 0.13.4 " ,
71
+ " mkdocstrings-python == 1.16.12 " ,
72
+ " frequenz-repo-config[lib] == 0.13.5 " ,
73
73
]
74
74
dev-mypy = [
75
- " mypy == 1.16.0 " ,
75
+ " mypy == 1.16.1 " ,
76
76
# This dependency introduces breaking changes in patch releases
77
77
" grpc-stubs == 1.53.0.6" ,
78
78
" types-Markdown == 3.8.0.20250415" ,
79
79
# For checking the noxfile, docs/ script, and tests
80
80
" frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
81
81
]
82
82
dev-noxfile = [
83
- " uv == 0.7.9 " ,
83
+ " uv == 0.7.17 " ,
84
84
" nox == 2025.5.1" ,
85
- " frequenz-repo-config[lib] == 0.13.4 " ,
85
+ " frequenz-repo-config[lib] == 0.13.5 " ,
86
86
]
87
87
dev-pylint = [
88
88
" pylint == 3.3.7" ,
@@ -91,7 +91,7 @@ dev-pylint = [
91
91
]
92
92
dev-pytest = [
93
93
" pytest == 8.4.1" ,
94
- " frequenz-repo-config[extra-lint-examples] == 0.13.4 " ,
94
+ " frequenz-repo-config[extra-lint-examples] == 0.13.5 " ,
95
95
" pytest-mock == 3.14.1" ,
96
96
" pytest-asyncio == 1.0.0" ,
97
97
" async-solipsism == 0.7" ,
0 commit comments