From 20c527f91d3c65f72c614dfbb473be7510d520ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:06:59 +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.7.10...v0.8.0) --- updated-dependencies: - dependency-name: entsoe-py dependency-version: 0.8.0 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 4e2cb1c..3fa1687 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.7.10, < 0.7.12", + "entsoe-py >= 0.7.10, < 0.8.1", "frequenz-api-common >= 0.8.1, < 0.9.0", "grpcio >= 1.72.1, < 2", "frequenz-channels >= 1.6.1, < 2",