33
44[build-system ]
55requires = [
6- " setuptools == 75.8.0 " ,
7- " setuptools_scm[toml] == 8.1 .0" ,
8- " frequenz-repo-config[lib] == 0.11.0 " ,
6+ " setuptools == 75.8.2 " ,
7+ " setuptools_scm[toml] == 8.2 .0" ,
8+ " frequenz-repo-config[lib] == 0.12.3 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
3737
3838[project .optional-dependencies ]
3939dev-flake8 = [
40- " flake8 == 7.1.1 " ,
40+ " flake8 == 7.1.2 " ,
4141 " flake8-docstrings == 1.7.0" ,
4242 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
43- " pydoclint == 0.6.0 " ,
43+ " pydoclint == 0.6.2 " ,
4444 " pydocstyle == 6.3.0" ,
4545]
46- dev-formatting = [" black == 25.1.0" , " isort == 6.0.0 " ]
46+ dev-formatting = [" black == 25.1.0" , " isort == 6.0.1 " ]
4747dev-mkdocs = [
4848 " black == 25.1.0" ,
4949 " Markdown==3.7" ,
5050 " mike == 2.1.3" ,
5151 " mkdocs-gen-files == 0.5.0" ,
5252 " mkdocs-literate-nav == 0.6.1" ,
5353 " mkdocs-macros-plugin == 1.3.7" ,
54- " mkdocs-material == 9.6.1 " ,
55- " mkdocstrings[python] == 0.27.0 " ,
56- " mkdocstrings-python == 1.13.0 " ,
57- " frequenz-repo-config[lib] == 0.11.0 " ,
54+ " mkdocs-material == 9.6.6 " ,
55+ " mkdocstrings[python] == 0.28.2 " ,
56+ " mkdocstrings-python == 1.16.2 " ,
57+ " frequenz-repo-config[lib] == 0.12.3 " ,
5858]
5959dev-mypy = [
60- " mypy == 1.14.1 " ,
60+ " mypy == 1.15.0 " ,
6161 " types-Markdown == 3.7.0.20241204" ,
6262 # For checking the noxfile, docs/ script, and tests
6363 " frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]" ,
6464]
6565dev-noxfile = [
6666 " nox == 2024.10.9" ,
67- " frequenz-repo-config[lib] == 0.11.0 " ,
67+ " frequenz-repo-config[lib] == 0.12.3 " ,
6868]
6969dev-pylint = [
7070 " pylint == 3.3.4" ,
@@ -73,7 +73,7 @@ dev-pylint = [
7373]
7474dev-pytest = [
7575 " pytest == 8.3.4" ,
76- " frequenz-repo-config[extra-lint-examples] == 0.11.0 " ,
76+ " frequenz-repo-config[extra-lint-examples] == 0.12.3 " ,
7777 " pytest-mock == 3.14.0" ,
7878 " pytest-asyncio == 0.25.3" ,
7979 " async-solipsism == 0.7" ,
0 commit comments