Skip to content

Commit 2f355f7

Browse files
committed
Update dependencies to resolve errors raised by ci_checks_max
Signed-off-by: Simon Völcker <simon.voelcker@frequenz.com>
1 parent d8d5adb commit 2f355f7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ classifiers = [
3636
]
3737
requires-python = ">= 3.11, < 4"
3838
dependencies = [
39-
"frequenz-api-common >= 0.8.2, < 1.0.0",
40-
"frequenz-api-microgrid >= 0.18.0, < 0.19.0",
39+
"frequenz-api-common >= 0.8.4, < 1.0.0",
40+
"frequenz-api-microgrid >= 0.19.0, < 0.20.0",
4141
"frequenz-channels >= 1.6.1, < 2.0.0",
4242
"frequenz-client-base >= 0.10.0, < 0.12.0",
4343
"frequenz-client-common >= 0.3.6, < 0.4.0",
4444
"frequenz-core >= 1.3.0, < 2.0.0",
45-
"grpcio >= 1.72.1, < 2",
46-
"protobuf >= 6.32.1, < 8",
45+
"grpcio >= 1.80.0, < 2",
46+
"protobuf >= 6.33.6, < 8",
4747
"typing-extensions >= 4.13.0, < 5",
4848
]
4949
dynamic = ["version"]

0 commit comments

Comments
 (0)