55requires = [
66 " setuptools == 68.1.0" ,
77 " setuptools_scm[toml] == 7.1.0" ,
8- " frequenz-repo-config[lib] == 0.9.2 " ,
8+ " frequenz-repo-config[lib] == 0.10.0 " ,
99]
1010build-backend = " setuptools.build_meta"
1111
@@ -54,7 +54,7 @@ dev-flake8 = [
5454 " flake8 == 7.1.0" ,
5555 " flake8-docstrings == 1.7.0" ,
5656 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
57- " pydoclint == 0.5.3 " ,
57+ " pydoclint == 0.5.6 " ,
5858 " pydocstyle == 6.3.0" ,
5959]
6060dev-formatting = [" black == 24.4.2" , " isort == 5.13.2" ]
@@ -65,32 +65,32 @@ dev-mkdocs = [
6565 " mkdocs-gen-files == 0.5.0" ,
6666 " mkdocs-literate-nav == 0.6.1" ,
6767 " mkdocs-macros-plugin == 1.0.5" ,
68- " mkdocs-material == 9.5.27 " ,
69- " mkdocstrings[python] == 0.25.1 " ,
70- " frequenz-repo-config[lib] == 0.9.2 " ,
68+ " mkdocs-material == 9.5.30 " ,
69+ " mkdocstrings[python] == 0.25.2 " ,
70+ " frequenz-repo-config[lib] == 0.10.0 " ,
7171]
7272dev-mypy = [
73- " mypy == 1.10 .1" ,
73+ " mypy == 1.11 .1" ,
7474 " types-Markdown == 3.6.0.20240316" ,
7575 " types-python-dateutil==2.9.0.20240316" ,
7676 # For checking the noxfile, docs/ script, and tests
7777 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7878]
7979dev-noxfile = [
80- " uv == 0.2.18 " ,
80+ " uv == 0.2.32 " ,
8181 " nox == 2024.4.15" ,
82- " frequenz-repo-config[lib] == 0.9.2 " ,
82+ " frequenz-repo-config[lib] == 0.10.0 " ,
8383]
8484dev-pylint = [
85- " pylint == 3.2.5 " ,
85+ " pylint == 3.2.6 " ,
8686 # For checking the noxfile, docs/ script, and tests
8787 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8888]
8989dev-pytest = [
90- " pytest == 8.2 .2" ,
91- " frequenz-repo-config[extra-lint-examples] == 0.9.2 " ,
90+ " pytest == 8.3 .2" ,
91+ " frequenz-repo-config[extra-lint-examples] == 0.10.0 " ,
9292 " pytest-mock == 3.14.0" ,
93- " pytest-asyncio == 0.23.7 " ,
93+ " pytest-asyncio == 0.23.8 " ,
9494 " async-solipsism == 0.6" ,
9595 " time-machine == 2.14.2" ,
9696]
0 commit comments