33
44[build-system ]
55requires = [
6- " setuptools == 75.6 .0" ,
6+ " 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
58- " pydoclint == 0.5.14 " ,
57+ " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
58+ " pydoclint == 0.6.0 " ,
5959 " pydocstyle == 6.3.0" ,
6060]
6161dev-formatting = [" black == 25.1.0" , " isort == 5.13.2" ]
@@ -66,10 +66,10 @@ dev-mkdocs = [
6666 " mkdocs-gen-files == 0.5.0" ,
6767 " mkdocs-literate-nav == 0.6.1" ,
6868 " mkdocs-macros-plugin == 1.3.7" ,
69- " mkdocs-material == 9.5.49 " ,
70- " mkdocstrings[python] == 0.27 .0" ,
71- " mkdocstrings-python == 1.13.0 " ,
72- " frequenz-repo-config[lib] == 0.11.0 " ,
69+ " mkdocs-material == 9.6.2 " ,
70+ " mkdocstrings[python] == 0.28 .0" ,
71+ " mkdocstrings-python == 1.14.6 " ,
72+ " frequenz-repo-config[lib] == 0.12.2 " ,
7373]
7474dev-mypy = [
7575 " mypy == 1.14.1" ,
@@ -79,17 +79,17 @@ 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 = [
84- " pylint == 3.3.3 " ,
84+ " 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" ,
92- " pytest-asyncio == 0.25.1 " ,
92+ " pytest-asyncio == 0.25.3 " ,
9393 " async-solipsism == 0.7" ,
9494]
9595dev = [
@@ -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