55requires = [
66 " setuptools == 68.1.0" ,
77 " setuptools_scm[toml] == 7.1.0" ,
8- " frequenz-repo-config[lib] == 0.8.0 " ,
8+ " frequenz-repo-config[lib] == 0.9.1 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -40,22 +40,22 @@ dev-flake8 = [
4040 " flake8 == 7.0.0" ,
4141 " flake8-docstrings == 1.7.0" ,
4242 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
43- " pydoclint == 0.3.9 " ,
43+ " pydoclint == 0.4.1 " ,
4444 " pydocstyle == 6.3.0" ,
4545]
46- dev-formatting = [" black == 24.1.1 " , " isort == 5.13.2" ]
46+ dev-formatting = [" black == 24.2.0 " , " isort == 5.13.2" ]
4747dev-mkdocs = [
4848 " Markdown == 3.5.2" ,
49- " black == 24.1.1 " ,
50- " frequenz-repo-config[lib] == 0.8.0 " ,
49+ " black == 24.2.0 " ,
50+ " frequenz-repo-config[lib] == 0.9.1 " ,
5151 " markdown-svgbob == 202112.1022" ,
5252 " mike == 2.0.0" ,
5353 " mkdocs-gen-files == 0.5.0" ,
5454 " mkdocs-include-markdown-plugin == 6.0.4" ,
5555 " mkdocs-literate-nav == 0.6.1" ,
5656 " mkdocs-macros-plugin == 1.0.5" ,
57- " mkdocs-material == 9.5.6 " ,
58- " mkdocstrings[python] == 0.24.0 " ,
57+ " mkdocs-material == 9.5.12 " ,
58+ " mkdocstrings[python] == 0.24.1 " ,
5959 " pymdownx-superfence-filter-lines == 0.1.0" ,
6060]
6161dev-mypy = [
@@ -64,18 +64,18 @@ dev-mypy = [
6464 " mypy == 1.8.0" ,
6565 " types-Markdown == 3.5.0.20240129" ,
6666]
67- dev-noxfile = [" nox == 2023.4.22" , " frequenz-repo-config[lib] == 0.8.0 " ]
67+ dev-noxfile = [" nox == 2023.4.22" , " frequenz-repo-config[lib] == 0.9.1 " ]
6868dev-pylint = [
6969 # For checking the noxfile, docs/ script, and tests
7070 " frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]" ,
71- " pylint == 3.0.3 " ,
71+ " pylint == 3.1.0 " ,
7272]
7373dev-pytest = [
7474 " async-solipsism == 0.5" ,
75- " frequenz-repo-config[extra-lint-examples] == 0.8.0 " ,
76- " hypothesis == 6.97.4 " ,
75+ " frequenz-repo-config[extra-lint-examples] == 0.9.1 " ,
76+ " hypothesis == 6.98.17 " ,
7777 " pytest == 7.4.4" ,
78- " pytest-asyncio == 0.23.4 " ,
78+ " pytest-asyncio == 0.23.5 " ,
7979 " pytest-mock == 3.12.0" ,
8080]
8181dev = [
0 commit comments