@@ -27,7 +27,12 @@ classifiers = [
2727requires-python = " >= 3.11, < 4"
2828# TODO(cookiecutter): Remove and add more dependencies if appropriate
2929dependencies = [
30- " typing-extensions >= 4.5.0, < 5" ,
30+ " frequenz-api-common >= 0.5.3, < 0.6.0" ,
31+ " googleapis-common-protos >= 1.56.4, < 2" ,
32+ " grpcio >= 1.60.0, < 2" ,
33+ " frequenz-channels >= 0.16.0, < 0.17.0" ,
34+ " frequenz-client-base >= 0.1.0, < 0.2" ,
35+ " frequenz-api-electricity-trading == 0.2.0" ,
3136]
3237dynamic = [" version" ]
3338
3843# TODO(cookiecutter): Remove and add more optional dependencies if appropriate
3944[project .optional-dependencies ]
4045dev-flake8 = [
41- " flake8 == 6.1 .0" ,
46+ " flake8 == 7.0 .0" ,
4247 " flake8-docstrings == 1.7.0" ,
4348 " flake8-pyproject == 1.2.3" , # For reading the flake8 config from pyproject.toml
44- " pydoclint == 0.3.2 " ,
49+ " pydoclint == 0.3.8 " ,
4550 " pydocstyle == 6.3.0" ,
4651]
47- dev-formatting = [" black == 23.9 .1" , " isort == 5.12.0 " ]
52+ dev-formatting = [" black == 23.12 .1" , " isort == 5.13.2 " ]
4853dev-mkdocs = [
49- " black == 23.9 .1" ,
50- " Markdown==3.4.4 " ,
54+ " black == 23.12 .1" ,
55+ " Markdown==3.5.1 " ,
5156 " mike == 2.0.0" ,
5257 " mkdocs-gen-files == 0.5.0" ,
5358 " mkdocs-literate-nav == 0.6.1" ,
54- " mkdocs-macros-plugin == 1.0.4 " ,
55- " mkdocs-material == 9.3.1 " ,
56- " mkdocstrings[python] == 0.23 .0" ,
59+ " mkdocs-macros-plugin == 1.0.5 " ,
60+ " mkdocs-material == 9.5.3 " ,
61+ " mkdocstrings[python] == 0.24 .0" ,
5762 " frequenz-repo-config[lib] == 0.9.1" ,
5863]
5964dev-mypy = [
60- " mypy == 1.5.1" ,
61- " types-Markdown == 3.4.2.10" ,
65+ " mypy == 1.8.0" ,
66+ " grpc-stubs == 1.53.0.5" ,
67+ " types-Markdown == 3.5.0.20240129" ,
6268 # For checking the noxfile, docs/ script, and tests
6369 " frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]" ,
6470]
@@ -67,7 +73,7 @@ dev-noxfile = [
6773 " frequenz-repo-config[lib] == 0.9.1" ,
6874]
6975dev-pylint = [
70- " pylint == 3.0.2 " ,
76+ " pylint == 3.0.3 " ,
7177 # For checking the noxfile, docs/ script, and tests
7278 " frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7379]
@@ -77,6 +83,7 @@ dev-pytest = [
7783 " pytest-mock == 3.11.1" ,
7884 " pytest-asyncio == 0.21.1" ,
7985 " async-solipsism == 0.5" ,
86+ " deepdiff == 6.7.1" ,
8087]
8188dev = [
8289 " frequenz-client-electricity-trading[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
@@ -158,7 +165,7 @@ packages = ["frequenz.client.electricity_trading"]
158165strict = true
159166
160167[[tool .mypy .overrides ]]
161- module = [" mkdocs_macros.*" , " sybil" , " sybil.*" ]
168+ module = [" mkdocs_macros.*" , " sybil" , " sybil.*" , " deepdiff " ]
162169ignore_missing_imports = true
163170
164171[tool .setuptools_scm ]
0 commit comments