@@ -27,11 +27,11 @@ classifiers = [
2727requires-python = " >= 3.11, < 4"
2828# TODO(cookiecutter): Remove and add more dependencies if appropriate
2929dependencies = [
30- " frequenz-api-common >= 0.5.3, < 0.6 .0" ,
30+ " frequenz-api-common >= 0.5.3, < 0.7 .0" ,
3131 " googleapis-common-protos >= 1.56.4, < 2" ,
3232 " grpcio >= 1.60.0, < 2" ,
3333 " frequenz-channels >= 0.16.0, < 0.17.0" ,
34- " frequenz-client-base >= 0.1.0, < 0.2 " ,
34+ " frequenz-client-base >= 0.1.0, < 0.4 " ,
3535 " frequenz-api-electricity-trading == 0.2.0" ,
3636]
3737dynamic = [" version" ]
@@ -46,25 +46,25 @@ dev-flake8 = [
4646 " flake8 == 7.0.0" ,
4747 " flake8-docstrings == 1.7.0" ,
4848 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
49- " pydoclint == 0.3.8 " ,
49+ " pydoclint == 0.4.1 " ,
5050 " pydocstyle == 6.3.0" ,
5151]
5252dev-formatting = [" black == 23.12.1" , " isort == 5.13.2" ]
5353dev-mkdocs = [
5454 " black == 23.12.1" ,
55- " Markdown==3.5.1 " ,
55+ " Markdown==3.6 " ,
5656 " mike == 2.0.0" ,
5757 " mkdocs-gen-files == 0.5.0" ,
5858 " mkdocs-literate-nav == 0.6.1" ,
5959 " mkdocs-macros-plugin == 1.0.5" ,
60- " mkdocs-material == 9.5.3 " ,
61- " mkdocstrings[python] == 0.24.0 " ,
60+ " mkdocs-material == 9.5.18 " ,
61+ " mkdocstrings[python] == 0.24.3 " ,
6262 " frequenz-repo-config[lib] == 0.9.1" ,
6363]
6464dev-mypy = [
65- " mypy == 1.8 .0" ,
65+ " mypy == 1.9 .0" ,
6666 " grpc-stubs == 1.53.0.5" ,
67- " types-Markdown == 3.5 .0.20240129 " ,
67+ " types-Markdown == 3.6 .0.20240316 " ,
6868 # For checking the noxfile, docs/ script, and tests
6969 " frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7070]
@@ -73,16 +73,16 @@ dev-noxfile = [
7373 " frequenz-repo-config[lib] == 0.9.1" ,
7474]
7575dev-pylint = [
76- " pylint == 3.0.3 " ,
76+ " pylint == 3.1.0 " ,
7777 # For checking the noxfile, docs/ script, and tests
7878 " frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7979]
8080dev-pytest = [
81- " pytest == 8.0.0 " ,
81+ " pytest == 8.1.1 " ,
8282 " frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
83- " pytest-mock == 3.11.1 " ,
84- " pytest-asyncio == 0.21.1 " ,
85- " async-solipsism == 0.5 " ,
83+ " pytest-mock == 3.14.0 " ,
84+ " pytest-asyncio == 0.23.6 " ,
85+ " async-solipsism == 0.6 " ,
8686 " deepdiff == 6.7.1" ,
8787]
8888dev = [
0 commit comments