@@ -49,7 +49,7 @@ dev-flake8 = [
4949  " flake8 == 7.1.1" 
5050  " flake8-docstrings == 1.7.0" 
5151  " flake8-pyproject == 1.2.3" #  For reading the flake8 config from pyproject.toml
52-   " pydoclint == 0.5.9 " 
52+   " pydoclint == 0.5.14 " 
5353  " pydocstyle == 6.3.0" 
5454]
5555dev-formatting  = [" black == 24.10.0" " isort == 5.13.2" 
@@ -60,13 +60,13 @@ dev-mkdocs = [
6060  " mkdocs-gen-files == 0.5.0" 
6161  " mkdocs-literate-nav == 0.6.1" 
6262  " mkdocs-macros-plugin == 1.3.7" 
63-   " mkdocs-material == 9.5.47 " 
63+   " mkdocs-material == 9.5.49 " 
6464  " mkdocstrings[python] == 0.27.0" 
65-   " mkdocstrings-python == 1.12.2 " 
65+   " mkdocstrings-python == 1.13.0 " 
6666  " frequenz-repo-config[lib] == 0.11.0" 
6767]
6868dev-mypy  = [
69-   " mypy == 1.13.0 " 
69+   " mypy == 1.14.1 " 
7070  " types-Markdown == 3.7.0.20240822" 
7171  #  For checking the noxfile, docs/ script, and tests
7272  " frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]" 
@@ -79,12 +79,12 @@ dev-pylint = [
7979]
8080dev-pytest  = [
8181  " pytest == 8.3.4" 
82-   " pylint == 3.3.2 " #  We need this to check for the examples
82+   " pylint == 3.3.3 " #  We need this to check for the examples
8383  " frequenz-repo-config[extra-lint-examples] == 0.11.0" 
8484  " pytest-mock == 3.14.0" 
85-   " pytest-asyncio == 0.24 .0" 
85+   " pytest-asyncio == 0.25 .0" 
8686  " async-solipsism == 0.7" 
87-   " hypothesis == 6.122.1 " 
87+   " hypothesis == 6.123.2 " 
8888]
8989dev  = [
9090  " frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" 
0 commit comments