@@ -55,7 +55,7 @@ dev-flake8 = [
5555 " flake8 == 7.1.1" ,
5656 " flake8-docstrings == 1.7.0" ,
5757 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
58- " pydoclint == 0.5.6 " ,
58+ " pydoclint == 0.5.9 " ,
5959 " pydocstyle == 6.3.0" ,
6060]
6161dev-formatting = [" black == 24.8.0" , " isort == 5.13.2" ]
@@ -65,26 +65,28 @@ dev-mkdocs = [
6565 " mike == 2.1.3" ,
6666 " mkdocs-gen-files == 0.5.0" ,
6767 " mkdocs-literate-nav == 0.6.1" ,
68- " mkdocs-macros-plugin == 1.0.5 " ,
69- " mkdocs-material == 9.5.34 " ,
68+ " mkdocs-macros-plugin == 1.2.0 " ,
69+ " mkdocs-material == 9.5.39 " ,
7070 " mkdocstrings[python] == 0.26.1" ,
7171 " mkdocstrings-python == 1.11.1" ,
7272 " frequenz-repo-config[lib] == 0.10.0" ,
7373]
7474dev-mypy = [
7575 " mypy == 1.11.2" ,
76+ " grpc-stubs == 1.53.0.5" ,
7677 " types-Markdown == 3.7.0.20240822" ,
78+ " types-protobuf == 4.21.0.7" ,
7779 # For checking the noxfile, docs/ script, and tests
7880 " frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7981]
8082dev-noxfile = [" nox == 2024.4.15" , " frequenz-repo-config[lib] == 0.10.0" ]
8183dev-pylint = [
82- " pylint == 3.2.7 " ,
84+ " pylint == 3.3.1 " ,
8385 # For checking the noxfile, docs/ script, and tests
8486 " frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8587]
8688dev-pytest = [
87- " pytest == 8.3.2 " ,
89+ " pytest == 8.3.3 " ,
8890 " frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
8991 " pytest-mock == 3.14.0" ,
9092 " pytest-asyncio == 0.24.0" ,
0 commit comments