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.8 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -64,7 +64,7 @@ cli = [
6464dev-flake8 = [
6565 " flake8 == 7.3.0" ,
6666 " flake8-docstrings == 1.7.0" ,
67- " flake8-pyproject == 1.2.3 " , # For reading the flake8 config from pyproject.toml
67+ " flake8-pyproject == 1.2.4 " , # For reading the flake8 config from pyproject.toml
6868 " pydoclint == 0.8.3" ,
6969 " pydocstyle == 6.3.0" ,
7070]
@@ -79,7 +79,7 @@ dev-mkdocs = [
7979 " mkdocs-macros-plugin == 1.5.0" ,
8080 " mkdocs-material == 9.7.0" ,
8181 " mkdocstrings[python] == 1.0.0" ,
82- " frequenz-repo-config[lib] == 0.13.6 " ,
82+ " frequenz-repo-config[lib] == 0.13.8 " ,
8383]
8484dev-mypy = [
8585 " mypy == 1.19.0" ,
@@ -90,21 +90,21 @@ dev-mypy = [
9090 " types-protobuf == 6.32.1.20251105" ,
9191 " types-python-dateutil == 2.9.0.20251115" ,
9292]
93- dev-noxfile = [" nox == 2025.11.12" , " frequenz-repo-config[lib] == 0.13.6 " ]
93+ dev-noxfile = [" nox == 2025.11.12" , " frequenz-repo-config[lib] == 0.13.8 " ]
9494dev-pylint = [
95- " pylint == 4.0.2 " ,
95+ " pylint == 4.0.4 " ,
9696 # For checking the noxfile, docs/ script, and tests
9797 " frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]" ,
9898 " frequenz-api-dispatch == 1.0.0" ,
9999]
100100dev-pytest = [
101101 " pytest == 8.4.2" ,
102- " frequenz-repo-config[extra-lint-examples] == 0.13.6 " ,
102+ " frequenz-repo-config[extra-lint-examples] == 0.13.8 " ,
103103 " pytest-mock == 3.15.1" ,
104104 " pytest-asyncio == 1.3.0" ,
105105 " async-solipsism == 0.8" ,
106106 " time-machine == 3.1.0" ,
107- " hypothesis == 6.148.6 " ,
107+ " hypothesis == 6.148.7 " ,
108108 " frequenz-client-dispatch[cli]" ,
109109]
110110dev = [
0 commit comments