@@ -35,16 +35,16 @@ classifiers = [
3535requires-python = " >= 3.11, < 4"
3636dependencies = [
3737 " python-dateutil >= 2.8.2, < 3.0" ,
38- " typing-extensions == 4.11.0" ,
38+ " typing-extensions >= 4.11.0, < 5.0 .0" ,
3939 # Make sure to update the version for cross-referencing also in the
4040 # mkdocs.yml file when changing the version here (look for the config key
4141 # plugins.mkdocstrings.handlers.python.import)
42- " frequenz-sdk == v1 .0.0-rc6 " ,
43- " frequenz-channels == 1 .0.0" ,
42+ " frequenz-sdk == 1 .0.0rc601 " ,
43+ " frequenz-channels >= 1.0.1, < 2 .0.0" ,
4444 " frequenz-api-dispatch >= 0.13.0, < 0.14" ,
45- " frequenz-client-dispatch == 0.2.0" ,
46- " frequenz-client-base >= 0.3.0, < 0.4 .0" ,
47- " frequenz-client-common >= 0.1.0, < 0.2 .0" ,
45+ " frequenz-client-dispatch >= 0.2.0, < 0.3 .0" ,
46+ " frequenz-client-base >= 0.3.0, < 0.5 .0" ,
47+ " frequenz-client-common >= 0.1.0, < 0.3 .0" ,
4848]
4949dynamic = [" version" ]
5050
@@ -64,12 +64,12 @@ dev-formatting = ["black == 24.4.2", "isort == 5.13.2"]
6464dev-mkdocs = [
6565 " black == 24.4.2" ,
6666 " Markdown==3.6" ,
67- " mike == 2.1.0 " ,
67+ " mike == 2.1.1 " ,
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.20 " ,
72- " mkdocstrings[python] == 0.25.0 " ,
71+ " mkdocs-material == 9.5.25 " ,
72+ " mkdocstrings[python] == 0.25.1 " ,
7373 " frequenz-repo-config[lib] == 0.9.2" ,
7474]
7575dev-mypy = [
@@ -80,20 +80,20 @@ dev-mypy = [
8080 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8181]
8282dev-noxfile = [
83- " uv == 0.1.39 " ,
83+ " uv == 0.2.5 " ,
8484 " nox == 2024.4.15" ,
8585 " frequenz-repo-config[lib] == 0.9.2" ,
8686]
8787dev-pylint = [
88- " pylint == 3.1.0 " ,
88+ " pylint == 3.2.2 " ,
8989 # For checking the noxfile, docs/ script, and tests
9090 " frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
9191]
9292dev-pytest = [
93- " pytest == 8.2.0 " ,
93+ " pytest == 8.2.1 " ,
9494 " frequenz-repo-config[extra-lint-examples] == 0.9.2" ,
9595 " pytest-mock == 3.14.0" ,
96- " pytest-asyncio == 0.23.6 " ,
96+ " pytest-asyncio == 0.23.7 " ,
9797 " async-solipsism == 0.6" ,
9898 " time-machine == 2.14.1" ,
9999]
0 commit comments