From 791709c9e32b6121edefc5bfd73990a855705971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:49:57 +0200 Subject: [PATCH] Bump tgtg from 0.16.1 to 0.17.0 (#105) * Bump tgtg from 0.16.1 to 0.17.0 Bumps [tgtg](https://github.com/ahivert/tgtg-python) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/ahivert/tgtg-python/releases) - [Commits](https://github.com/ahivert/tgtg-python/compare/0.16.1...0.17.0) --- updated-dependencies: - dependency-name: tgtg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update manifest.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jorim Tielemans --- custom_components/tgtg/manifest.json | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/tgtg/manifest.json b/custom_components/tgtg/manifest.json index 5ac27a0..5ec6094 100644 --- a/custom_components/tgtg/manifest.json +++ b/custom_components/tgtg/manifest.json @@ -5,6 +5,6 @@ "documentation": "https://github.com/Chouffy/home_assistant_tgtg", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Chouffy/home_assistant_tgtg/issues", - "requirements": ["tgtg==0.16.1"], - "version": "5.4.2" + "requirements": ["tgtg==0.17.0"], + "version": "5.4.3" } diff --git a/requirements.txt b/requirements.txt index 685281f..ed664f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ pip>=21.0,<24.1 colorlog homeassistant # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file -tgtg==0.16.1 +tgtg==0.17.0