@@ -38,8 +38,8 @@ requires-python = ">= 3.11, < 4"
3838dependencies = [
3939 " typing-extensions >= 4.6.1, < 5" ,
4040 " frequenz-api-dispatch >= 0.13.0, < 0.14" ,
41- " frequenz-client-base >= 0.2.1, < 0.4 .0" ,
42- " frequenz-client-common >= 0.1.0, < 0.2 .0" ,
41+ " frequenz-client-base >= 0.2.1, < 0.5 .0" ,
42+ " frequenz-client-common >= 0.1.0, < 0.3 .0" ,
4343 " grpcio >= 1.54.2, < 2" ,
4444]
4545dynamic = [" version" ]
@@ -52,7 +52,7 @@ name = "Frequenz Energy-as-a-Service GmbH"
52525353
5454[project .optional-dependencies ]
55- cli = [" asyncclick == 8.1.7.2" , " prompt-toolkit == 3.0.43 " , " parsedatetime==2.6" , " tzlocal==5.2" ]
55+ cli = [" asyncclick == 8.1.7.2" , " prompt-toolkit == 3.0.45 " , " parsedatetime==2.6" , " tzlocal==5.2" ]
5656
5757dev-flake8 = [
5858 " flake8 == 7.0.0" ,
@@ -65,12 +65,12 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
6565dev-mkdocs = [
6666 " black == 24.4.2" ,
6767 " Markdown==3.6" ,
68- " mike == 2.1.0 " ,
68+ " mike == 2.1.1 " ,
6969 " mkdocs-gen-files == 0.5.0" ,
7070 " mkdocs-literate-nav == 0.6.1" ,
7171 " mkdocs-macros-plugin == 1.0.5" ,
72- " mkdocs-material == 9.5.20 " ,
73- " mkdocstrings[python] == 0.25.0 " ,
72+ " mkdocs-material == 9.5.25 " ,
73+ " mkdocstrings[python] == 0.25.1 " ,
7474 " frequenz-repo-config[lib] == 0.9.2" ,
7575]
7676dev-mypy = [
@@ -83,18 +83,18 @@ dev-mypy = [
8383]
8484dev-noxfile = [" nox == 2024.4.15" , " frequenz-repo-config[lib] == 0.9.2" ]
8585dev-pylint = [
86- " pylint == 3.1.0 " ,
86+ " pylint == 3.2.2 " ,
8787 # For checking the noxfile, docs/ script, and tests
8888 " frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]" ,
8989 " frequenz-api-dispatch >= 0.13.0, < 0.14" ,
9090]
9191dev-pytest = [
92- " pytest == 8.2.0 " ,
92+ " pytest == 8.2.1 " ,
9393 " frequenz-repo-config[extra-lint-examples] == 0.9.2" ,
9494 " pytest-mock == 3.14.0" ,
95- " pytest-asyncio == 0.23.6 " ,
95+ " pytest-asyncio == 0.23.7 " ,
9696 " async-solipsism == 0.6" ,
97- " hypothesis == 6.100.2 " ,
97+ " hypothesis == 6.103.0 " ,
9898 " frequenz-client-dispatch[cli]" ,
9999]
100100dev = [
0 commit comments