@@ -53,38 +53,38 @@ dev-flake8 = [
5353 " flake8 == 7.0.0" ,
5454 " flake8-docstrings == 1.7.0" ,
5555 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
56- " pydoclint == 0.3.2 " ,
56+ " pydoclint == 0.4.1 " ,
5757 " pydocstyle == 6.3.0" ,
5858]
59- dev-formatting = [" black == 24.2.0" , " isort == 5.12.0 " ]
59+ dev-formatting = [" black == 24.2.0" , " isort == 5.13.2 " ]
6060dev-mkdocs = [
6161 " black == 24.2.0" ,
62- " Markdown==3.4.4 " ,
62+ " Markdown==3.5.2 " ,
6363 " mike == 2.0.0" ,
6464 " mkdocs-gen-files == 0.5.0" ,
6565 " mkdocs-literate-nav == 0.6.1" ,
66- " mkdocs-macros-plugin == 1.0.4 " ,
67- " mkdocs-material == 9.3.1 " ,
68- " mkdocstrings[python] == 0.23.0 " ,
66+ " mkdocs-macros-plugin == 1.0.5 " ,
67+ " mkdocs-material == 9.5.11 " ,
68+ " mkdocstrings[python] == 0.24.1 " ,
6969 " frequenz-repo-config[lib] == 0.9.1" ,
7070]
7171dev-mypy = [
72- " mypy == 1.5.1 " ,
73- " types-Markdown == 3.4.2.10 " ,
72+ " mypy == 1.8.0 " ,
73+ " types-Markdown == 3.5.0.20240129 " ,
7474 # For checking the noxfile, docs/ script, and tests
7575 " frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7676]
7777dev-noxfile = [" nox == 2023.4.22" , " frequenz-repo-config[lib] == 0.9.1" ]
7878dev-pylint = [
79- " pylint == 3.0.2 " ,
79+ " pylint == 3.1.0 " ,
8080 # For checking the noxfile, docs/ script, and tests
8181 " frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8282]
8383dev-pytest = [
84- " pytest == 8.0.0 " ,
84+ " pytest == 8.0.2 " ,
8585 " frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
86- " pytest-mock == 3.11.1 " ,
87- " pytest-asyncio == 0.21.1 " ,
86+ " pytest-mock == 3.12.0 " ,
87+ " pytest-asyncio == 0.23.5 " ,
8888 " async-solipsism == 0.5" ,
8989]
9090dev = [
0 commit comments