From 079918e3e43ebce060f9013967676da9daf36bce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:53:15 +0000 Subject: [PATCH] chore(deps): update entsoe-py requirement Updates the requirements on [entsoe-py](https://github.com/EnergieID/entsoe-py) to permit the latest version. - [Release notes](https://github.com/EnergieID/entsoe-py/releases) - [Commits](https://github.com/EnergieID/entsoe-py/compare/V0.6.16...V0.7.8) --- updated-dependencies: - dependency-name: entsoe-py dependency-version: 0.7.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea0a9d1..2e4b767 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ requires-python = ">= 3.11, < 4" dependencies = [ "click >= 8.1.8, < 9", # Stick to a version without a polluting `tests` package: https://github.com/EnergieID/entsoe-py/pull/447 - "entsoe-py >= 0.6.16, < 0.7.1", + "entsoe-py >= 0.6.16, < 0.7.9", "frequenz-api-common >= 0.8.1, < 0.9.0", "grpcio >= 1.72.1, < 2", "frequenz-channels >= 1.6.1, < 2",