From 0ad7c32531650bcd3b94b6635a75640125f2d563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:55:37 +0000 Subject: [PATCH] Update weconnect[Images] requirement from ~=0.60.5 to ~=0.60.6 Updates the requirements on [weconnect[Images]](https://github.com/tillsteinbach/WeConnect-python) to permit the latest version. - [Release notes](https://github.com/tillsteinbach/WeConnect-python/releases) - [Changelog](https://github.com/tillsteinbach/WeConnect-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/tillsteinbach/WeConnect-python/compare/v0.60.5...v0.60.6) --- updated-dependencies: - dependency-name: weconnect[Images] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12a9934..0e2606a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -weconnect[Images]~=0.60.5 +weconnect[Images]~=0.60.6 paho-mqtt~=2.1.0 python-dateutil~=2.9.0