@@ -40,7 +40,7 @@ dependencies = [
4040 # Use direct commit until release
4141 " frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c" ,
4242 # "frequenz-api-dispatch >= 0.13.0, < 0.14",
43- " frequenz-client-base >= 0.2.1, < 0.3 .0" ,
43+ " frequenz-client-base >= 0.2.1, < 0.4 .0" ,
4444 # Directly use unreleased commit until the first release
4545 " frequenz-client-common @ git+https://github.com/frequenz-floss/frequenz-client-common-python.git@5e6e7b7" ,
4646 # "frequenz-client-common == 0.1.0",
@@ -60,21 +60,21 @@ dev-flake8 = [
6060 " pydoclint == 0.4.1" ,
6161 " pydocstyle == 6.3.0" ,
6262]
63- dev-formatting = [" black == 24.2 .0" , " isort == 5.13.2" ]
63+ dev-formatting = [" black == 24.3 .0" , " isort == 5.13.2" ]
6464dev-mkdocs = [
65- " black == 24.2 .0" ,
66- " Markdown==3.5.2 " ,
65+ " black == 24.3 .0" ,
66+ " Markdown==3.6 " ,
6767 " mike == 2.0.0" ,
6868 " mkdocs-gen-files == 0.5.0" ,
6969 " mkdocs-literate-nav == 0.6.1" ,
7070 " mkdocs-macros-plugin == 1.0.5" ,
71- " mkdocs-material == 9.5.12 " ,
71+ " mkdocs-material == 9.5.17 " ,
7272 " mkdocstrings[python] == 0.24.1" ,
7373 " frequenz-repo-config[lib] == 0.9.1" ,
7474]
7575dev-mypy = [
76- " mypy == 1.8 .0" ,
77- " types-Markdown == 3.5 .0.20240129 " ,
76+ " mypy == 1.9 .0" ,
77+ " types-Markdown == 3.6 .0.20240316 " ,
7878 # For checking the noxfile, docs/ script, and tests
7979 " frequenz-client-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8080 " grpc-stubs == 1.53.0.5" ,
@@ -87,12 +87,12 @@ dev-pylint = [
8787 " frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c" ,
8888]
8989dev-pytest = [
90- " pytest == 8.0.2 " ,
90+ " pytest == 8.1.1 " ,
9191 " frequenz-repo-config[extra-lint-examples] == 0.9.1" ,
92- " pytest-mock == 3.12 .0" ,
93- " pytest-asyncio == 0.23.5 " ,
94- " async-solipsism == 0.5 " ,
95- " hypothesis == 6.98.17 " ,
92+ " pytest-mock == 3.14 .0" ,
93+ " pytest-asyncio == 0.23.6 " ,
94+ " async-solipsism == 0.6 " ,
95+ " hypothesis == 6.100.0 " ,
9696]
9797dev = [
9898 " frequenz-client-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
0 commit comments