55requires = [
66 " setuptools == 80.9.0" ,
77 " setuptools_scm[toml] == 9.2.2" ,
8- " frequenz-repo-config[lib] == 0.13.6 " ,
8+ " frequenz-repo-config[lib] == 0.13.7 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
4949dev-flake8 = [
5050 " flake8 == 7.3.0" ,
5151 " flake8-docstrings == 1.7.0" ,
52- " flake8-pyproject == 1.2.3 " , # For reading the flake8 config from pyproject.toml
52+ " flake8-pyproject == 1.2.4 " , # For reading the flake8 config from pyproject.toml
5353 " pydoclint == 0.8.3" ,
5454 " pydocstyle == 6.3.0" ,
5555]
@@ -62,24 +62,24 @@ dev-mkdocs = [
6262 " mkdocs-literate-nav == 0.6.2" ,
6363 " mkdocs-macros-plugin == 1.5.0" ,
6464 " mkdocs-material == 9.7.0" ,
65- " frequenz-repo-config[lib] == 0.13.6 " ,
65+ " frequenz-repo-config[lib] == 0.13.7 " ,
6666]
6767dev-mypy = [
6868 " mypy == 1.19.0" ,
6969 " types-Markdown == 3.10.0.20251106" ,
7070 # For checking the noxfile, docs/ script, and tests
7171 " frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7272]
73- dev-noxfile = [" nox == 2025.11.12" , " frequenz-repo-config[lib] == 0.13.6 " ]
73+ dev-noxfile = [" nox == 2025.11.12" , " frequenz-repo-config[lib] == 0.13.7 " ]
7474dev-pylint = [
7575 # dev-pytest already defines a dependency to pylint because of the examples
7676 # For checking the noxfile, docs/ script, and tests
7777 " frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7878]
7979dev-pytest = [
8080 " pytest == 8.4.2" ,
81- " pylint == 4.0.2 " , # We need this to check for the examples
82- " frequenz-repo-config[extra-lint-examples] == 0.13.6 " ,
81+ " pylint == 4.0.4 " , # We need this to check for the examples
82+ " frequenz-repo-config[extra-lint-examples] == 0.13.7 " ,
8383 " pytest-mock == 3.15.1" ,
8484 " pytest-asyncio == 1.3.0" ,
8585 " async-solipsism == 0.8" ,
0 commit comments