5
5
requires = [
6
6
" setuptools == 80.9.0" ,
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
@@ -47,17 +47,17 @@ dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
47
47
dev-mkdocs = [
48
48
" Markdown == 3.8" ,
49
49
" black == 25.1.0" ,
50
- " frequenz-repo-config[lib] == 0.13.3 " ,
50
+ " frequenz-repo-config[lib] == 0.13.4 " ,
51
51
" markdown-callouts == 0.4.0" ,
52
52
" markdown-svgbob == 202406.1023" ,
53
53
" mike == 2.1.3" ,
54
54
" mkdocs-gen-files == 0.5.0" ,
55
55
" mkdocs-include-markdown-plugin == 7.1.5" ,
56
56
" mkdocs-literate-nav == 0.6.2" ,
57
57
" mkdocs-macros-plugin == 1.3.7" ,
58
- " mkdocs-material == 9.6.12 " ,
58
+ " mkdocs-material == 9.6.14 " ,
59
59
" mkdocstrings[python] == 0.29.1" ,
60
- " mkdocstrings-python == 1.16.10 " ,
60
+ " mkdocstrings-python == 1.16.11 " ,
61
61
" pymdownx-superfence-filter-lines == 0.1.0" ,
62
62
]
63
63
dev-mypy = [
@@ -66,19 +66,19 @@ dev-mypy = [
66
66
" mypy == 1.16.0" ,
67
67
" types-Markdown == 3.8.0.20250415" ,
68
68
]
69
- dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.3 " ]
69
+ dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.4 " ]
70
70
dev-pylint = [
71
71
# For checking the noxfile, docs/ script, and tests
72
72
" frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]" ,
73
- " pylint == 3.3.6 " ,
73
+ " pylint == 3.3.7 " ,
74
74
]
75
75
dev-pytest = [
76
76
" async-solipsism == 0.7" ,
77
- " frequenz-repo-config[extra-lint-examples] == 0.13.3 " ,
77
+ " frequenz-repo-config[extra-lint-examples] == 0.13.4 " ,
78
78
" hypothesis == 6.132.0" ,
79
79
" pytest == 8.3.5" ,
80
80
" pytest-asyncio == 0.26.0" ,
81
- " pytest-mock == 3.14.0 " ,
81
+ " pytest-mock == 3.14.1 " ,
82
82
]
83
83
dev = [
84
84
" frequenz-channels[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments