55requires = [
66 " setuptools == 68.1.0" ,
77 " setuptools_scm[toml] == 7.1.0" ,
8- " frequenz-repo-config[lib] == 0.9.2 " ,
8+ " frequenz-repo-config[lib] == 0.10.0 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -27,7 +27,7 @@ classifiers = [
2727requires-python = " >= 3.11, < 4"
2828dependencies = [
2929 " typing-extensions >= 4.5.0, < 5" ,
30- " watchfiles >= 0.15.0, < 0.23 .0" ,
30+ " watchfiles >= 0.15.0, < 0.25 .0" ,
3131]
3232dynamic = [" version" ]
3333
3737
3838[project .optional-dependencies ]
3939dev-flake8 = [
40- " flake8 == 7.1.0 " ,
40+ " flake8 == 7.1.1 " ,
4141 " flake8-docstrings == 1.7.0" ,
4242 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
43- " pydoclint == 0.5.3 " ,
43+ " pydoclint == 0.5.6 " ,
4444 " pydocstyle == 6.3.0" ,
4545]
46- dev-formatting = [" black == 24.4.2 " , " isort == 5.13.2" ]
46+ dev-formatting = [" black == 24.8.0 " , " isort == 5.13.2" ]
4747dev-mkdocs = [
48- " Markdown == 3.6 " ,
49- " black == 24.4.2 " ,
50- " frequenz-repo-config[lib] == 0.9.2 " ,
48+ " Markdown == 3.7 " ,
49+ " black == 24.8.0 " ,
50+ " frequenz-repo-config[lib] == 0.10.0 " ,
5151 " markdown-callouts == 0.4.0" ,
5252 " markdown-svgbob == 202406.1023" ,
53- " mike == 2.1.2 " ,
53+ " mike == 2.1.3 " ,
5454 " mkdocs-gen-files == 0.5.0" ,
55- " mkdocs-include-markdown-plugin == 6.2.1 " ,
55+ " mkdocs-include-markdown-plugin == 6.2.2 " ,
5656 " mkdocs-literate-nav == 0.6.1" ,
5757 " mkdocs-macros-plugin == 1.0.5" ,
58- " mkdocs-material == 9.5.27 " ,
59- " mkdocstrings[python] == 0.25.1 " ,
60- " mkdocstrings-python == 1.10.5 " ,
58+ " mkdocs-material == 9.5.34 " ,
59+ " mkdocstrings[python] == 0.26.0 " ,
60+ " mkdocstrings-python == 1.10.9 " ,
6161 " pymdownx-superfence-filter-lines == 0.1.0" ,
6262]
6363dev-mypy = [
6464 # For checking the noxfile, docs/ script, and tests
6565 " frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]" ,
66- " mypy == 1.10.1 " ,
67- " types-Markdown == 3.6 .0.20240316 " ,
66+ " mypy == 1.11.2 " ,
67+ " types-Markdown == 3.7 .0.20240822 " ,
6868]
69- dev-noxfile = [" nox == 2024.4.15" , " frequenz-repo-config[lib] == 0.9.2 " ]
69+ dev-noxfile = [" nox == 2024.4.15" , " frequenz-repo-config[lib] == 0.10.0 " ]
7070dev-pylint = [
7171 # For checking the noxfile, docs/ script, and tests
7272 " frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]" ,
73- " pylint == 3.2.5 " ,
73+ " pylint == 3.2.7 " ,
7474]
7575dev-pytest = [
76- " async-solipsism == 0.6 " ,
77- " frequenz-repo-config[extra-lint-examples] == 0.9.2 " ,
78- " hypothesis == 6.104 .2" ,
79- " pytest == 8.2 .2" ,
80- " pytest-asyncio == 0.23.7 " ,
76+ " async-solipsism == 0.7 " ,
77+ " frequenz-repo-config[extra-lint-examples] == 0.10.0 " ,
78+ " hypothesis == 6.111 .2" ,
79+ " pytest == 8.3 .2" ,
80+ " pytest-asyncio == 0.24.0 " ,
8181 " pytest-mock == 3.14.0" ,
8282]
8383dev = [
@@ -133,10 +133,14 @@ disable = [
133133 # pylint's unsubscriptable check is buggy and is not needed because
134134 # it is a type-check, for which we already have mypy.
135135 " unsubscriptable-object" ,
136+ # Checked by mypy
137+ " no-member" ,
136138 # Checked by flake8
139+ " f-string-without-interpolation" ,
137140 " redefined-outer-name" ,
138141 " unused-import" ,
139142 " line-too-long" ,
143+ " missing-function-docstring" ,
140144 " unused-variable" ,
141145 " unnecessary-lambda-assignment" ,
142146]
0 commit comments