@@ -41,7 +41,7 @@ dev-flake8 = [
4141 " flake8 == 7.1.1" ,
4242 " flake8-docstrings == 1.7.0" ,
4343 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
44- " pydoclint == 0.5.9 " ,
44+ " pydoclint == 0.5.14 " ,
4545 " pydocstyle == 6.3.0" ,
4646]
4747dev-formatting = [" black == 24.10.0" , " isort == 5.13.2" ]
@@ -52,13 +52,13 @@ dev-mkdocs = [
5252 " mkdocs-gen-files == 0.5.0" ,
5353 " mkdocs-literate-nav == 0.6.1" ,
5454 " mkdocs-macros-plugin == 1.3.7" ,
55- " mkdocs-material == 9.5.47 " ,
55+ " mkdocs-material == 9.5.49 " ,
5656 " mkdocstrings[python] == 0.27.0" ,
57- " mkdocstrings-python == 1.12.2 " ,
57+ " mkdocstrings-python == 1.13.0 " ,
5858 " frequenz-repo-config[lib] == 0.11.0" ,
5959]
6060dev-mypy = [
61- " mypy == 1.13.0 " ,
61+ " mypy == 1.14.1 " ,
6262 " types-Markdown == 3.7.0.20240822" ,
6363 # For checking the noxfile, docs/ script, and tests
6464 " frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]" ,
@@ -74,10 +74,10 @@ dev-pylint = [
7474]
7575dev-pytest = [
7676 " pytest == 8.3.4" ,
77- " pylint == 3.3.2 " , # We need this to check for the examples
77+ " pylint == 3.3.3 " , # We need this to check for the examples
7878 " frequenz-repo-config[extra-lint-examples] == 0.11.0" ,
7979 " pytest-mock == 3.14.0" ,
80- " pytest-asyncio == 0.24 .0" ,
80+ " pytest-asyncio == 0.25 .0" ,
8181 " async-solipsism == 0.7" ,
8282]
8383dev = [
0 commit comments