@@ -47,44 +47,44 @@ dev-flake8 = [
4747 " flake8 == 7.1.1" ,
4848 " flake8-docstrings == 1.7.0" ,
4949 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
50- " pydoclint == 0.5.6 " ,
50+ " pydoclint == 0.5.9 " ,
5151 " pydocstyle == 6.3.0" ,
5252]
53- dev-formatting = [" black == 24.8 .0" , " isort == 5.13.2" ]
53+ dev-formatting = [" black == 24.10 .0" , " isort == 5.13.2" ]
5454dev-mkdocs = [
55- " black == 24.8 .0" ,
55+ " black == 24.10 .0" ,
5656 " Markdown==3.7" ,
5757 " mike == 2.1.3" ,
5858 " mkdocs-gen-files == 0.5.0" ,
5959 " mkdocs-literate-nav == 0.6.1" ,
60- " mkdocs-macros-plugin == 1.0.5 " ,
61- " mkdocs-material == 9.5.34 " ,
62- " mkdocstrings[python] == 0.25 .2" ,
63- " mkdocstrings-python == 1.10.9 " ,
60+ " mkdocs-macros-plugin == 1.3.7 " ,
61+ " mkdocs-material == 9.5.43 " ,
62+ " mkdocstrings[python] == 0.26 .2" ,
63+ " mkdocstrings-python == 1.12.2 " ,
6464 " frequenz-repo-config[lib] == 0.10.0" ,
6565]
6666dev-mypy = [
67- " mypy == 1.11.2 " ,
67+ " mypy == 1.13.0 " ,
6868 " types-Markdown == 3.7.0.20240822" ,
69- " types-protobuf == 5.27.0.20240626 " ,
69+ " types-protobuf == 5.28.3.20241030 " ,
7070 " types-setuptools == 74.0.0.20240831" ,
7171 # For checking the noxfile, docs/ script, and tests
7272 " frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7373]
74- dev-noxfile = [" nox == 2024.4.15 " , " frequenz-repo-config[lib] == 0.10.0" ]
74+ dev-noxfile = [" nox == 2024.10.9 " , " frequenz-repo-config[lib] == 0.10.0" ]
7575dev-pylint = [
76- " pylint == 3.2.7 " ,
76+ " pylint == 3.3.1 " ,
7777 # For checking the noxfile, docs/ script, and tests
7878 " frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7979]
8080dev-pytest = [
81- " pytest == 8.3.2 " ,
81+ " pytest == 8.3.3 " ,
8282 " frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
8383 " pytest-mock == 3.14.0" ,
8484 " pytest-asyncio == 0.24.0" ,
8585 " time-machine == 2.12.0" ,
8686 " async-solipsism == 0.7" ,
87- " hypothesis == 6.111.2 " ,
87+ " hypothesis == 6.116.0 " ,
8888]
8989dev = [
9090 " frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments