@@ -41,7 +41,7 @@ dev-flake8 = [
41
41
" flake8 == 7.1.1" ,
42
42
" flake8-docstrings == 1.7.0" ,
43
43
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
44
- " pydoclint == 0.5.9 " ,
44
+ " pydoclint == 0.5.14 " ,
45
45
" pydocstyle == 6.3.0" ,
46
46
]
47
47
dev-formatting = [" black == 24.10.0" , " isort == 5.13.2" ]
@@ -52,13 +52,13 @@ dev-mkdocs = [
52
52
" mkdocs-gen-files == 0.5.0" ,
53
53
" mkdocs-literate-nav == 0.6.1" ,
54
54
" mkdocs-macros-plugin == 1.3.7" ,
55
- " mkdocs-material == 9.5.47 " ,
55
+ " mkdocs-material == 9.5.49 " ,
56
56
" mkdocstrings[python] == 0.27.0" ,
57
- " mkdocstrings-python == 1.12.2 " ,
57
+ " mkdocstrings-python == 1.13.0 " ,
58
58
" frequenz-repo-config[lib] == 0.11.0" ,
59
59
]
60
60
dev-mypy = [
61
- " mypy == 1.13.0 " ,
61
+ " mypy == 1.14.1 " ,
62
62
" types-Markdown == 3.7.0.20240822" ,
63
63
# For checking the noxfile, docs/ script, and tests
64
64
" frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]" ,
@@ -74,10 +74,10 @@ dev-pylint = [
74
74
]
75
75
dev-pytest = [
76
76
" 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
78
78
" frequenz-repo-config[extra-lint-examples] == 0.11.0" ,
79
79
" pytest-mock == 3.14.0" ,
80
- " pytest-asyncio == 0.24 .0" ,
80
+ " pytest-asyncio == 0.25 .0" ,
81
81
" async-solipsism == 0.7" ,
82
82
]
83
83
dev = [
0 commit comments