@@ -59,7 +59,7 @@ dev-flake8 = [
5959 " flake8 == 7.1.1" ,
6060 " flake8-docstrings == 1.7.0" ,
6161 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
62- " pydoclint == 0.5.9 " ,
62+ " pydoclint == 0.5.14 " ,
6363 " pydocstyle == 6.3.0" ,
6464]
6565dev-formatting = [" black == 24.10.0" , " isort == 5.13.2" ]
@@ -70,22 +70,22 @@ dev-mkdocs = [
7070 " mkdocs-gen-files == 0.5.0" ,
7171 " mkdocs-literate-nav == 0.6.1" ,
7272 " mkdocs-macros-plugin == 1.3.7" ,
73- " mkdocs-material == 9.5.47 " ,
73+ " mkdocs-material == 9.5.49 " ,
7474 " mkdocstrings[python] == 0.27.0" ,
7575 " frequenz-repo-config[lib] == 0.11.0" ,
7676]
7777dev-mypy = [
78- " mypy == 1.13.0 " ,
78+ " mypy == 1.14.1 " ,
7979 " types-Markdown == 3.7.0.20241204" ,
8080 # For checking the noxfile, docs/ script, and tests
8181 " frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]" ,
8282 " grpc-stubs == 1.53.0.5" ,
83- " types-protobuf == 5.28.3.20241030 " ,
83+ " types-protobuf == 5.29.1.20241207 " ,
8484 " types-python-dateutil == 2.9.0.20241206" ,
8585]
8686dev-noxfile = [" nox == 2024.10.9" , " frequenz-repo-config[lib] == 0.11.0" ]
8787dev-pylint = [
88- " pylint == 3.3.2 " ,
88+ " pylint == 3.3.3 " ,
8989 # For checking the noxfile, docs/ script, and tests
9090 " frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]" ,
9191 " frequenz-api-dispatch == 1.0.0-rc1" ,
@@ -94,10 +94,10 @@ dev-pytest = [
9494 " pytest == 8.3.4" ,
9595 " frequenz-repo-config[extra-lint-examples] == 0.11.0" ,
9696 " pytest-mock == 3.14.0" ,
97- " pytest-asyncio == 0.24.0 " ,
97+ " pytest-asyncio == 0.25.1 " ,
9898 " async-solipsism == 0.7" ,
9999 " time-machine == 2.16.0" ,
100- " hypothesis == 6.122.1 " ,
100+ " hypothesis == 6.123.2 " ,
101101 " frequenz-client-dispatch[cli]" ,
102102]
103103dev = [
0 commit comments