55requires = [
66 " setuptools == 75.8.2" ,
77 " setuptools_scm[toml] == 8.2.0" ,
8- " frequenz-repo-config[lib] == 0.12.3 " ,
8+ " frequenz-repo-config[lib] == 0.13.1 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
3636
3737[project .optional-dependencies ]
3838dev-flake8 = [
39- " flake8 == 7.1.2 " ,
39+ " flake8 == 7.2.0 " ,
4040 " flake8-docstrings == 1.7.0" ,
4141 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
42- " pydoclint == 0.6.2 " ,
42+ " pydoclint == 0.6.4 " ,
4343 " pydocstyle == 6.3.0" ,
4444]
4545dev-formatting = [" black == 25.1.0" , " isort == 6.0.1" ]
@@ -48,12 +48,12 @@ dev-mkdocs = [
4848 " black == 25.1.0" ,
4949 " mike == 2.1.3" ,
5050 " mkdocs-gen-files == 0.5.0" ,
51- " mkdocs-literate-nav == 0.6.1 " ,
51+ " mkdocs-literate-nav == 0.6.2 " ,
5252 " mkdocs-macros-plugin == 1.3.7" ,
53- " mkdocs-material == 9.6.6 " ,
54- " mkdocstrings[python] == 0.28.2 " ,
55- " mkdocstrings-python == 1.16.2 " ,
56- " frequenz-repo-config[lib] == 0.12.3 " ,
53+ " mkdocs-material == 9.6.11 " ,
54+ " mkdocstrings[python] == 0.29.1 " ,
55+ " mkdocstrings-python == 1.16.8 " ,
56+ " frequenz-repo-config[lib] == 0.13.1 " ,
5757]
5858dev-mypy = [
5959 " mypy == 1.15.0" ,
@@ -63,19 +63,19 @@ dev-mypy = [
6363]
6464dev-noxfile = [
6565 " nox == 2025.2.9" ,
66- " frequenz-repo-config[lib] == 0.12.3 " ,
66+ " frequenz-repo-config[lib] == 0.13.1 " ,
6767]
6868dev-pylint = [
6969 # dev-pytest already defines a dependency to pylint because of the examples
7070 # For checking the noxfile, docs/ script, and tests
7171 " frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7272]
7373dev-pytest = [
74- " pytest == 8.3.4 " ,
75- " pylint == 3.3.4 " , # We need this to check for the examples
76- " frequenz-repo-config[extra-lint-examples] == 0.12.3 " ,
74+ " pytest == 8.3.5 " ,
75+ " pylint == 3.3.6 " , # We need this to check for the examples
76+ " frequenz-repo-config[extra-lint-examples] == 0.13.1 " ,
7777 " pytest-mock == 3.14.0" ,
78- " pytest-asyncio == 0.25.3 " ,
78+ " pytest-asyncio == 0.26.0 " ,
7979 " async-solipsism == 0.7" ,
8080]
8181dev = [
0 commit comments