@@ -45,7 +45,7 @@ dev-flake8 = [
45
45
" flake8 == 7.1.1" ,
46
46
" flake8-docstrings == 1.7.0" ,
47
47
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
48
- " pydoclint == 0.5.9 " ,
48
+ " pydoclint == 0.5.14 " ,
49
49
" pydocstyle == 6.3.0" ,
50
50
]
51
51
dev-formatting = [" black == 24.10.0" , " isort == 5.13.2" ]
@@ -56,13 +56,13 @@ dev-mkdocs = [
56
56
" mkdocs-gen-files == 0.5.0" ,
57
57
" mkdocs-literate-nav == 0.6.1" ,
58
58
" mkdocs-macros-plugin == 1.3.7" ,
59
- " mkdocs-material == 9.5.47 " ,
59
+ " mkdocs-material == 9.5.49 " ,
60
60
" mkdocstrings[python] == 0.27.0" ,
61
- " mkdocstrings-python == 1.12.2 " ,
61
+ " mkdocstrings-python == 1.13.0 " ,
62
62
" frequenz-repo-config[lib] == 0.11.0" ,
63
63
]
64
64
dev-mypy = [
65
- " mypy == 1.13.0 " ,
65
+ " mypy == 1.14.1 " ,
66
66
" types-Markdown == 3.7.0.20241204" ,
67
67
# For checking the noxfile, docs/ script, and tests
68
68
" frequenz-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]" ,
@@ -75,12 +75,12 @@ dev-pylint = [
75
75
]
76
76
dev-pytest = [
77
77
" pytest == 8.3.4" ,
78
- " pylint == 3.3.2 " , # We need this to check for the examples
78
+ " pylint == 3.3.3 " , # We need this to check for the examples
79
79
" frequenz-repo-config[extra-lint-examples] == 0.11.0" ,
80
80
" pytest-mock == 3.14.0" ,
81
- " pytest-asyncio == 0.24.0 " ,
81
+ " pytest-asyncio == 0.25.1 " ,
82
82
" async-solipsism == 0.7" ,
83
- " hypothesis == 6.122.1 " ,
83
+ " hypothesis == 6.123.2 " ,
84
84
" frequenz-quantities[marshmallow]" ,
85
85
]
86
86
0 commit comments