@@ -49,7 +49,7 @@ dev-flake8 = [
4949 " flake8 == 7.1.1" ,
5050 " flake8-docstrings == 1.7.0" ,
5151 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
52- " pydoclint == 0.5.9 " ,
52+ " pydoclint == 0.5.14 " ,
5353 " pydocstyle == 6.3.0" ,
5454]
5555dev-formatting = [" black == 24.10.0" , " isort == 5.13.2" ]
@@ -60,14 +60,14 @@ dev-mkdocs = [
6060 " mkdocs-gen-files == 0.5.0" ,
6161 " mkdocs-literate-nav == 0.6.1" ,
6262 " mkdocs-macros-plugin == 1.3.7" ,
63- " mkdocs-material == 9.5.47 " ,
63+ " mkdocs-material == 9.5.49 " ,
6464 " mkdocstrings[python] == 0.27.0" ,
6565 " frequenz-repo-config[lib] == 0.11.0" ,
6666]
6767dev-mypy = [
68- " mypy == 1.13.0 " ,
68+ " mypy == 1.14.1 " ,
6969 " types-Markdown == 3.7.0.20240822" ,
70- " types-protobuf == 5.28.3.20241030 " ,
70+ " types-protobuf == 5.29.1.20241207 " ,
7171 # For checking the noxfile, docs/ script, and tests
7272 " frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7373 " pandas-stubs >= 2, < 3" , # Only required for example
@@ -77,7 +77,7 @@ dev-noxfile = [
7777 " frequenz-repo-config[lib] == 0.11.0" ,
7878]
7979dev-pylint = [
80- " pylint == 3.3.2 " ,
80+ " pylint == 3.3.3 " ,
8181 # For checking the noxfile, docs/ script, and tests
8282 " frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8383 " pandas >= 2, < 3" , # Only required for example
@@ -86,7 +86,7 @@ dev-pytest = [
8686 " pytest == 8.3.4" ,
8787 " frequenz-repo-config[extra-lint-examples] == 0.11.0" ,
8888 " pytest-mock == 3.14.0" ,
89- " pytest-asyncio == 0.24 .0" ,
89+ " pytest-asyncio == 0.25 .0" ,
9090 " async-solipsism == 0.7" ,
9191]
9292dev = [
0 commit comments