5
5
requires = [
6
6
" setuptools == 80.7.1" ,
7
7
" setuptools_scm[toml] == 8.3.1" ,
8
- " frequenz-repo-config[lib] == 0.13.2 " ,
8
+ " frequenz-repo-config[lib] == 0.13.4 " ,
9
9
]
10
10
build-backend = " setuptools.build_meta"
11
11
@@ -51,18 +51,18 @@ dev-flake8 = [
51
51
" pydoclint == 0.6.6" ,
52
52
" pydocstyle == 6.3.0" ,
53
53
]
54
- dev-formatting = [" black == 25.1.0" , " isort == 6.0.0 " ]
54
+ dev-formatting = [" black == 25.1.0" , " isort == 6.0.1 " ]
55
55
dev-mkdocs = [
56
56
" Markdown == 3.8" ,
57
57
" black == 25.1.0" ,
58
58
" mike == 2.1.3" ,
59
59
" mkdocs-gen-files == 0.5.0" ,
60
- " mkdocs-literate-nav == 0.6.1 " ,
60
+ " mkdocs-literate-nav == 0.6.2 " ,
61
61
" mkdocs-macros-plugin == 1.3.7" ,
62
- " mkdocs-material == 9.6.2 " ,
62
+ " mkdocs-material == 9.6.14 " ,
63
63
" mkdocstrings[python] == 0.29.1" ,
64
64
" mkdocstrings-python == 1.16.10" ,
65
- " frequenz-repo-config[lib] == 0.13.2 " ,
65
+ " frequenz-repo-config[lib] == 0.13.4 " ,
66
66
]
67
67
dev-mypy = [
68
68
" mypy == 1.15.0" ,
@@ -71,16 +71,16 @@ dev-mypy = [
71
71
# For checking the noxfile, docs/ script, and tests
72
72
" frequenz-client-weather[dev-mkdocs,dev-noxfile,dev-pytest]" ,
73
73
]
74
- dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.2 " ]
74
+ dev-noxfile = [" nox == 2025.5.1" , " frequenz-repo-config[lib] == 0.13.4 " ]
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
78
78
" frequenz-client-weather[dev-mkdocs,dev-noxfile,dev-pytest]" ,
79
79
]
80
80
dev-pytest = [
81
- " pytest == 8.3.4 " ,
82
- " pylint == 3.3.4 " , # We need this to check for the examples
83
- " frequenz-repo-config[extra-lint-examples] == 0.13.2 " ,
81
+ " pytest == 8.3.5 " ,
82
+ " pylint == 3.3.7 " , # We need this to check for the examples
83
+ " frequenz-repo-config[extra-lint-examples] == 0.13.4 " ,
84
84
" pytest-mock == 3.14.0" ,
85
85
" pytest-asyncio == 0.26.0" ,
86
86
" async-solipsism == 0.7" ,
0 commit comments