From 014e92ce53aea3d74f0d132a0df3a16407dd0308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:26:22 +0000 Subject: [PATCH] Bump python-homewizard-energy from 6.3.0 to 7.0.0 Bumps [python-homewizard-energy](https://github.com/homewizard/python-homewizard-energy) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/homewizard/python-homewizard-energy/releases) - [Commits](https://github.com/homewizard/python-homewizard-energy/compare/v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: python-homewizard-energy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5756e0..5bc26ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pyarrow==17.0.0", "pyserial==3.5", "python-dateutil==2.9.0.post0", - "python-homewizard-energy==6.3.0", + "python-homewizard-energy==7.0.0", "pytz==2024.2", "requests==2.32.3", "sh==2.0.7", diff --git a/requirements.txt b/requirements.txt index 90b8e97..8bca0cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pandas==2.2.2 pyarrow==17.0.0 pyserial==3.5 python-dateutil==2.9.0.post0 -python-homewizard-energy==6.3.0 +python-homewizard-energy==7.0.0 pytz==2024.2 requests==2.32.3 sh==2.0.7