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
5050
5151[project .optional-dependencies ]
5252dev-flake8  = [
53-   " flake8 == 7.1.1 " 
53+   " flake8 == 7.1.2 " 
5454  " flake8-docstrings == 1.7.0" 
5555  " flake8-pyproject == 1.2.3" #  For reading the flake8 config from pyproject.toml
56-   " pydoclint == 0.6.0 " 
56+   " pydoclint == 0.6.2 " 
5757  " pydocstyle == 6.3.0" 
5858]
59- dev-formatting  = [" black == 25.1.0" " isort == 6.0.0 " 
59+ dev-formatting  = [" black == 25.1.0" " isort == 6.0.1 " 
6060dev-mkdocs  = [
6161  " black == 25.1.0" 
6262  " Markdown==3.7" 
6363  " mike == 2.1.3" 
6464  " mkdocs-gen-files == 0.5.0" 
6565  " mkdocs-literate-nav == 0.6.1" 
6666  " mkdocs-macros-plugin == 1.3.7" 
67-   " mkdocs-material == 9.6.1 " 
68-   " mkdocstrings[python] == 0.27.0 " 
69-   " mkdocstrings-python == 1.13.0 " 
70-   " frequenz-repo-config[lib] == 0.11.0 " 
67+   " mkdocs-material == 9.6.5 " 
68+   " mkdocstrings[python] == 0.28.2 " 
69+   " mkdocstrings-python == 1.16.2 " 
70+   " frequenz-repo-config[lib] == 0.12.3 " 
7171]
7272dev-mypy  = [
73-   " mypy == 1.14.1 " 
73+   " mypy == 1.15.0 " 
7474  #  This dependency introduces breaking changes in patch releases
7575  " grpc-stubs == 1.53.0.5" 
7676  " types-Markdown == 3.7.0.20241204" 
7777  #  For checking the noxfile, docs/ script, and tests
7878  " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" 
7979]
8080dev-noxfile  = [
81-   " uv == 0.5.26 " 
81+   " uv == 0.6.3 " 
8282  " nox == 2024.10.9" 
83-   " frequenz-repo-config[lib] == 0.11.0 " 
83+   " frequenz-repo-config[lib] == 0.12.3 " 
8484]
8585dev-pylint  = [
8686  " pylint == 3.3.4" 
@@ -89,7 +89,7 @@ dev-pylint = [
8989]
9090dev-pytest  = [
9191  " pytest == 8.3.4" 
92-   " frequenz-repo-config[extra-lint-examples] == 0.11.0 " 
92+   " frequenz-repo-config[extra-lint-examples] == 0.12.3 " 
9393  " pytest-mock == 3.14.0" 
9494  " pytest-asyncio == 0.25.3" 
9595  " async-solipsism == 0.7" 
0 commit comments