55requires = [
66 " setuptools == 68.1.0" ,
77 " setuptools_scm[toml] == 7.1.0" ,
8- " frequenz-repo-config[lib] == 0.10 .0" ,
8+ " frequenz-repo-config[lib] == 0.11 .0" ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -47,15 +47,15 @@ dev-formatting = ["black == 24.10.0", "isort == 5.13.2"]
4747dev-mkdocs = [
4848 " Markdown == 3.7" ,
4949 " black == 24.10.0" ,
50- " frequenz-repo-config[lib] == 0.10 .0" ,
50+ " frequenz-repo-config[lib] == 0.11 .0" ,
5151 " markdown-callouts == 0.4.0" ,
5252 " markdown-svgbob == 202406.1023" ,
5353 " mike == 2.1.3" ,
5454 " mkdocs-gen-files == 0.5.0" ,
55- " mkdocs-include-markdown-plugin == 7.0.1 " ,
55+ " mkdocs-include-markdown-plugin == 7.1.2 " ,
5656 " mkdocs-literate-nav == 0.6.1" ,
5757 " mkdocs-macros-plugin == 1.3.7" ,
58- " mkdocs-material == 9.5.44 " ,
58+ " mkdocs-material == 9.5.47 " ,
5959 " mkdocstrings[python] == 0.27.0" ,
6060 " mkdocstrings-python == 1.12.2" ,
6161 " pymdownx-superfence-filter-lines == 0.1.0" ,
@@ -66,17 +66,17 @@ dev-mypy = [
6666 " mypy == 1.13.0" ,
6767 " types-Markdown == 3.7.0.20240822" ,
6868]
69- dev-noxfile = [" nox == 2024.10.9" , " frequenz-repo-config[lib] == 0.10 .0" ]
69+ dev-noxfile = [" nox == 2024.10.9" , " frequenz-repo-config[lib] == 0.11 .0" ]
7070dev-pylint = [
7171 # For checking the noxfile, docs/ script, and tests
7272 " frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]" ,
73- " pylint == 3.3.1 " ,
73+ " pylint == 3.3.2 " ,
7474]
7575dev-pytest = [
7676 " async-solipsism == 0.7" ,
77- " frequenz-repo-config[extra-lint-examples] == 0.10 .0" ,
78- " hypothesis == 6.119.3 " ,
79- " pytest == 8.3.3 " ,
77+ " frequenz-repo-config[extra-lint-examples] == 0.11 .0" ,
78+ " hypothesis == 6.122.1 " ,
79+ " pytest == 8.3.4 " ,
8080 " pytest-asyncio == 0.24.0" ,
8181 " pytest-mock == 3.14.0" ,
8282]
0 commit comments