Skip to content

Commit c7dfca3

Browse files
Bump tgtg from 0.14.0 to 0.16.0 (#78)
* Bump tgtg from 0.14.0 to 0.16.0 Bumps [tgtg](https://github.com/ahivert/tgtg-python) from 0.14.0 to 0.16.0. - [Release notes](https://github.com/ahivert/tgtg-python/releases) - [Commits](ahivert/tgtg-python@0.14.0...0.16.0) --- updated-dependencies: - dependency-name: tgtg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update manifest.json Bump tgtg version to 0.16.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jorim Tielemans <[email protected]>
1 parent 27df839 commit c7dfca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/tgtg/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"documentation": "https://github.com/Chouffy/home_assistant_tgtg",
66
"iot_class": "cloud_polling",
77
"issue_tracker": "https://github.com/Chouffy/home_assistant_tgtg/issues",
8-
"requirements": ["tgtg==0.14.0"],
8+
"requirements": ["tgtg==0.16.0"],
99
"version": "5.1.0"
1010
}

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pip>=21.0,<23.2
22
colorlog
33
homeassistant
44
# 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
5-
tgtg==0.14.0
5+
tgtg==0.16.0

0 commit comments

Comments
 (0)