File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,18 @@ dev-flake8 = [
51
51
" flake8 == 6.1.0" ,
52
52
" flake8-docstrings == 1.7.0" ,
53
53
" flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
54
- " pydoclint == 0.3.8 " ,
54
+ " pydoclint == 0.3.9 " ,
55
55
" pydocstyle == 6.3.0" ,
56
56
]
57
57
dev-formatting = [" black == 24.1.1" , " isort == 5.13.2" ]
58
58
dev-mkdocs = [
59
59
" black == 24.1.1" ,
60
- " Markdown==3.5.1 " ,
60
+ " Markdown==3.5.2 " ,
61
61
" mike == 2.0.0" ,
62
62
" mkdocs-gen-files == 0.5.0" ,
63
63
" mkdocs-literate-nav == 0.6.1" ,
64
64
" mkdocs-macros-plugin == 1.0.5" ,
65
- " mkdocs-material == 9.5.3 " ,
65
+ " mkdocs-material == 9.5.6 " ,
66
66
" mkdocstrings[python] == 0.24.0" ,
67
67
" frequenz-repo-config[lib] == 0.8.0" ,
68
68
]
@@ -82,7 +82,7 @@ dev-pytest = [
82
82
" pytest == 7.4.4" ,
83
83
" frequenz-repo-config[extra-lint-examples] == 0.8.0" ,
84
84
" pytest-mock == 3.12.0" ,
85
- " pytest-asyncio == 0.23.3 " ,
85
+ " pytest-asyncio == 0.23.4 " ,
86
86
" async-solipsism == 0.5" ,
87
87
]
88
88
dev = [
You can’t perform that action at this time.
0 commit comments