From 981376eade8f8b3f2632f43a09fc341a5b12fabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:25:25 +0000 Subject: [PATCH] Update weconnect[Images] requirement from ~=0.60.5 to ~=0.60.7 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.7) --- 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 9e6bbc3..3d0d71a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -weconnect[Images]~=0.60.5 +weconnect[Images]~=0.60.7