36
36
37
37
[project .optional-dependencies ]
38
38
dev-flake8 = [
39
- " flake8 == 7.1.0 " ,
39
+ " flake8 == 7.1.1 " ,
40
40
" flake8-docstrings == 1.7.0" ,
41
41
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
42
- " pydoclint == 0.5.3 " ,
42
+ " pydoclint == 0.5.7 " ,
43
43
" pydocstyle == 6.3.0" ,
44
44
]
45
- dev-formatting = [" black == 24.4.2 " , " isort == 5.13.2" ]
45
+ dev-formatting = [" black == 24.8.0 " , " isort == 5.13.2" ]
46
46
dev-mkdocs = [
47
- " Markdown == 3.6.0 " ,
48
- " black == 24.4.2 " ,
49
- " mike == 2.1.2 " ,
47
+ " Markdown == 3.7 " ,
48
+ " black == 24.8.0 " ,
49
+ " mike == 2.1.3 " ,
50
50
" mkdocs-gen-files == 0.5.0" ,
51
51
" mkdocs-literate-nav == 0.6.1" ,
52
52
" mkdocs-macros-plugin == 1.0.5" ,
53
- " mkdocs-material == 9.5.27 " ,
54
- " mkdocstrings[python] == 0.25 .1" ,
55
- " mkdocstrings-python == 1.10.8 " ,
53
+ " mkdocs-material == 9.5.34 " ,
54
+ " mkdocstrings[python] == 0.26 .1" ,
55
+ " mkdocstrings-python == 1.11.1 " ,
56
56
" frequenz-repo-config[lib] == 0.10.0" ,
57
57
]
58
58
dev-mypy = [
59
- " mypy == 1.9.0 " ,
60
- " types-Markdown == 3.6 .0.20240316 " ,
59
+ " mypy == 1.11.2 " ,
60
+ " types-Markdown == 3.7 .0.20240822 " ,
61
61
# For checking the noxfile, docs/ script, and tests
62
62
" frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]" ,
63
63
]
@@ -71,12 +71,12 @@ dev-pylint = [
71
71
" frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]" ,
72
72
]
73
73
dev-pytest = [
74
- " pytest == 8.2.2 " ,
75
- " pylint == 3.2.5 " , # We need this to check for the examples
74
+ " pytest == 8.3.3 " ,
75
+ " pylint == 3.2.7 " , # We need this to check for the examples
76
76
" frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
77
77
" pytest-mock == 3.14.0" ,
78
- " pytest-asyncio == 0.23.7 " ,
79
- " async-solipsism == 0.6 " ,
78
+ " pytest-asyncio == 0.24.0 " ,
79
+ " async-solipsism == 0.7 " ,
80
80
]
81
81
dev = [
82
82
" frequenz-reporting-python[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments