@@ -54,21 +54,21 @@ dev-flake8 = [
5454 " pydoclint == 0.4.1" ,
5555 " pydocstyle == 6.3.0" ,
5656]
57- dev-formatting = [" black == 24.2 .0" , " isort == 5.13.2" ]
57+ dev-formatting = [" black == 24.3 .0" , " isort == 5.13.2" ]
5858dev-mkdocs = [
59- " black == 24.2 .0" ,
60- " Markdown==3.5.2 " ,
59+ " black == 24.3 .0" ,
60+ " Markdown==3.6 " ,
6161 " mike == 2.0.0" ,
6262 " mkdocs-gen-files == 0.5.0" ,
6363 " mkdocs-literate-nav == 0.6.1" ,
6464 " mkdocs-macros-plugin == 1.0.5" ,
65- " mkdocs-material == 9.5.12 " ,
65+ " mkdocs-material == 9.5.16 " ,
6666 " mkdocstrings[python] == 0.24.1" ,
6767 " frequenz-repo-config[lib] == 0.9.1" ,
6868]
6969dev-mypy = [
70- " mypy == 1.8 .0" ,
71- " types-Markdown == 3.5 .0.20240129 " ,
70+ " mypy == 1.9 .0" ,
71+ " types-Markdown == 3.6 .0.20240316 " ,
7272 # For checking the noxfile, docs/ script, and tests
7373 " pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7474]
@@ -79,11 +79,11 @@ dev-pylint = [
7979 " pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8080]
8181dev-pytest = [
82- " pytest == 8.0.2 " ,
82+ " pytest == 8.1.1 " ,
8383 " frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
84- " pytest-mock == 3.12 .0" ,
85- " pytest-asyncio == 0.23.5 " ,
86- " async-solipsism == 0.5 " ,
84+ " pytest-mock == 3.14 .0" ,
85+ " pytest-asyncio == 0.23.6 " ,
86+ " async-solipsism == 0.6 " ,
8787]
8888dev = [
8989 " pymdownx-superfence-filter-lines[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments