@@ -53,7 +53,7 @@ dev-flake8 = [
5353 " flake8 == 7.1.1" ,
5454 " flake8-docstrings == 1.7.0" ,
5555 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
56- " pydoclint == 0.5.9 " ,
56+ " pydoclint == 0.5.14 " ,
5757 " pydocstyle == 6.3.0" ,
5858]
5959dev-formatting = [" black == 24.10.0" , " isort == 5.13.2" ]
@@ -64,34 +64,34 @@ dev-mkdocs = [
6464 " mkdocs-gen-files == 0.5.0" ,
6565 " mkdocs-literate-nav == 0.6.1" ,
6666 " mkdocs-macros-plugin == 1.3.7" ,
67- " mkdocs-material == 9.5.47 " ,
67+ " mkdocs-material == 9.5.49 " ,
6868 " mkdocstrings[python] == 0.27.0" ,
69- " mkdocstrings-python == 1.12.2 " ,
69+ " mkdocstrings-python == 1.13.0 " ,
7070 " frequenz-repo-config[lib] == 0.11.0" ,
7171]
7272dev-mypy = [
73- " mypy == 1.13.0 " ,
73+ " mypy == 1.14.1 " ,
7474 # This dependency introduces breaking changes in patch releases
7575 " grpc-stubs == 1.53.0.5" ,
7676 " types-Markdown == 3.7.0.20241204" ,
7777 # For checking the noxfile, docs/ script, and tests
7878 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7979]
8080dev-noxfile = [
81- " uv == 0.5.5 " ,
81+ " uv == 0.5.13 " ,
8282 " nox == 2024.10.9" ,
8383 " frequenz-repo-config[lib] == 0.11.0" ,
8484]
8585dev-pylint = [
86- " pylint == 3.3.2 " ,
86+ " pylint == 3.3.3 " ,
8787 # For checking the noxfile, docs/ script, and tests
8888 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8989]
9090dev-pytest = [
9191 " pytest == 8.3.4" ,
9292 " frequenz-repo-config[extra-lint-examples] == 0.11.0" ,
9393 " pytest-mock == 3.14.0" ,
94- " pytest-asyncio == 0.24.0 " ,
94+ " pytest-asyncio == 0.25.1 " ,
9595 " async-solipsism == 0.7" ,
9696 " time-machine == 2.16.0" ,
9797]
0 commit comments