@@ -40,7 +40,7 @@ dev-flake8 = [
4040  " flake8 == 7.1.1" 
4141  " flake8-docstrings == 1.7.0" 
4242  " flake8-pyproject == 1.2.3" #  For reading the flake8 config from pyproject.toml
43-   " pydoclint == 0.5.9 " 
43+   " pydoclint == 0.5.14 " 
4444  " pydocstyle == 6.3.0" 
4545]
4646dev-formatting  = [" black == 24.10.0" " isort == 5.13.2" 
@@ -51,13 +51,13 @@ dev-mkdocs = [
5151  " mkdocs-gen-files == 0.5.0" 
5252  " mkdocs-literate-nav == 0.6.1" 
5353  " mkdocs-macros-plugin == 1.3.7" 
54-   " mkdocs-material == 9.5.47 " 
54+   " mkdocs-material == 9.5.49 " 
5555  " mkdocstrings[python] == 0.27.0" 
56-   " mkdocstrings-python == 1.12.2 " 
56+   " mkdocstrings-python == 1.13.0 " 
5757  " frequenz-repo-config[lib] == 0.11.0" 
5858]
5959dev-mypy  = [
60-   " mypy == 1.13.0 " 
60+   " mypy == 1.14.1 " 
6161  " types-Markdown == 3.7.0.20241204" 
6262  #  For checking the noxfile, docs/ script, and tests
6363  " frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]" 
@@ -67,15 +67,15 @@ dev-noxfile = [
6767  " frequenz-repo-config[lib] == 0.11.0" 
6868]
6969dev-pylint  = [
70-   " pylint == 3.3.2 " 
70+   " pylint == 3.3.3 " 
7171  #  For checking the noxfile, docs/ script, and tests
7272  " frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]" 
7373]
7474dev-pytest  = [
7575  " pytest == 8.3.4" 
7676  " frequenz-repo-config[extra-lint-examples] == 0.11.0" 
7777  " pytest-mock == 3.14.0" 
78-   " pytest-asyncio == 0.24 .0" 
78+   " pytest-asyncio == 0.25 .0" 
7979  " async-solipsism == 0.7" 
8080]
8181dev  = [
0 commit comments