55requires = [
66 " setuptools == 75.8.0" ,
77 " setuptools_scm[toml] == 8.1.0" ,
8- " frequenz-repo-config[lib] == 0.11.0 " ,
8+ " frequenz-repo-config[lib] == 0.13.2 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
5050dev-flake8 = [
5151 " flake8 == 7.1.1" ,
5252 " flake8-docstrings == 1.7.0" ,
53- " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
53+ " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
5454 " pydoclint == 0.6.0" ,
5555 " pydocstyle == 6.3.0" ,
5656]
@@ -65,23 +65,23 @@ dev-mkdocs = [
6565 " mkdocs-material == 9.6.1" ,
6666 " mkdocstrings[python] == 0.27.0" ,
6767 " mkdocstrings-python == 1.13.0" ,
68- " frequenz-repo-config[lib] == 0.11.0 " ,
68+ " frequenz-repo-config[lib] == 0.13.2 " ,
6969]
7070dev-mypy = [
7171 " mypy == 1.14.1" ,
7272 " types-Markdown == 3.7.0.20241204" ,
7373 # For checking the noxfile, docs/ script, and tests
7474 " pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7575]
76- dev-noxfile = [" nox == 2025.2.9" , " frequenz-repo-config[lib] == 0.11.0 " ]
76+ dev-noxfile = [" nox == 2025.2.9" , " frequenz-repo-config[lib] == 0.13.2 " ]
7777dev-pylint = [
7878 " pylint == 3.3.4" ,
7979 # For checking the noxfile, docs/ script, and tests
8080 " pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8181]
8282dev-pytest = [
8383 " pytest == 8.3.4" ,
84- " frequenz-repo-config[extra-lint-examples] == 0.11.0 " ,
84+ " frequenz-repo-config[extra-lint-examples] == 0.13.2 " ,
8585 " pytest-mock == 3.14.0" ,
8686 " pytest-asyncio == 0.25.3" ,
8787 " async-solipsism == 0.7" ,
0 commit comments