@@ -47,44 +47,44 @@ dev-flake8 = [
47
47
" flake8 == 7.1.1" ,
48
48
" flake8-docstrings == 1.7.0" ,
49
49
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
50
- " pydoclint == 0.5.6 " ,
50
+ " pydoclint == 0.5.9 " ,
51
51
" pydocstyle == 6.3.0" ,
52
52
]
53
- dev-formatting = [" black == 24.8 .0" , " isort == 5.13.2" ]
53
+ dev-formatting = [" black == 24.10 .0" , " isort == 5.13.2" ]
54
54
dev-mkdocs = [
55
- " black == 24.8 .0" ,
55
+ " black == 24.10 .0" ,
56
56
" Markdown==3.7" ,
57
57
" mike == 2.1.3" ,
58
58
" mkdocs-gen-files == 0.5.0" ,
59
59
" mkdocs-literate-nav == 0.6.1" ,
60
- " mkdocs-macros-plugin == 1.0.5 " ,
61
- " mkdocs-material == 9.5.34 " ,
62
- " mkdocstrings[python] == 0.25 .2" ,
63
- " mkdocstrings-python == 1.10.9 " ,
60
+ " mkdocs-macros-plugin == 1.3.7 " ,
61
+ " mkdocs-material == 9.5.43 " ,
62
+ " mkdocstrings[python] == 0.26 .2" ,
63
+ " mkdocstrings-python == 1.12.2 " ,
64
64
" frequenz-repo-config[lib] == 0.10.0" ,
65
65
]
66
66
dev-mypy = [
67
- " mypy == 1.11.2 " ,
67
+ " mypy == 1.13.0 " ,
68
68
" types-Markdown == 3.7.0.20240822" ,
69
- " types-protobuf == 5.27.0.20240626 " ,
69
+ " types-protobuf == 5.28.3.20241030 " ,
70
70
" types-setuptools == 74.0.0.20240831" ,
71
71
# For checking the noxfile, docs/ script, and tests
72
72
" frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]" ,
73
73
]
74
- dev-noxfile = [" nox == 2024.4.15 " , " frequenz-repo-config[lib] == 0.10.0" ]
74
+ dev-noxfile = [" nox == 2024.10.9 " , " frequenz-repo-config[lib] == 0.10.0" ]
75
75
dev-pylint = [
76
- " pylint == 3.2.7 " ,
76
+ " pylint == 3.3.1 " ,
77
77
# For checking the noxfile, docs/ script, and tests
78
78
" frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]" ,
79
79
]
80
80
dev-pytest = [
81
- " pytest == 8.3.2 " ,
81
+ " pytest == 8.3.3 " ,
82
82
" frequenz-repo-config[extra-lint-examples] == 0.10.0" ,
83
83
" pytest-mock == 3.14.0" ,
84
84
" pytest-asyncio == 0.24.0" ,
85
85
" time-machine == 2.12.0" ,
86
86
" async-solipsism == 0.7" ,
87
- " hypothesis == 6.111.2 " ,
87
+ " hypothesis == 6.116.0 " ,
88
88
]
89
89
dev = [
90
90
" frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments