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.12.2 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
5454dev-flake8 = [
5555 " flake8 == 7.1.1" ,
5656 " flake8-docstrings == 1.7.0" ,
57- " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
57+ " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
5858 " pydoclint == 0.6.0" ,
5959 " pydocstyle == 6.3.0" ,
6060]
@@ -68,8 +68,8 @@ dev-mkdocs = [
6868 " mkdocs-macros-plugin == 1.3.7" ,
6969 " mkdocs-material == 9.6.2" ,
7070 " mkdocstrings[python] == 0.28.0" ,
71- " mkdocstrings-python == 1.14.3 " ,
72- " frequenz-repo-config[lib] == 0.11.0 " ,
71+ " mkdocstrings-python == 1.14.6 " ,
72+ " frequenz-repo-config[lib] == 0.12.2 " ,
7373]
7474dev-mypy = [
7575 " mypy == 1.14.1" ,
@@ -79,15 +79,15 @@ dev-mypy = [
7979 # For checking the noxfile, docs/ script, and tests
8080 " frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8181]
82- dev-noxfile = [" nox == 2024.10.9" , " frequenz-repo-config[lib] == 0.11.0 " ]
82+ dev-noxfile = [" nox == 2024.10.9" , " frequenz-repo-config[lib] == 0.12.2 " ]
8383dev-pylint = [
8484 " pylint == 3.3.4" ,
8585 # For checking the noxfile, docs/ script, and tests
8686 " frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8787]
8888dev-pytest = [
8989 " pytest == 8.3.4" ,
90- " frequenz-repo-config[extra-lint-examples] == 0.11.0 " ,
90+ " frequenz-repo-config[extra-lint-examples] == 0.12.2 " ,
9191 " pytest-mock == 3.14.0" ,
9292 " pytest-asyncio == 0.25.3" ,
9393 " async-solipsism == 0.7" ,
@@ -161,6 +161,7 @@ disable = [
161161]
162162
163163[tool .pytest .ini_options ]
164+ addopts = " -W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning -vv"
164165testpaths = [" tests" , " src" ]
165166asyncio_mode = " auto"
166167asyncio_default_fixture_loop_scope = " function"
0 commit comments