From 943998893709190d7c7da83963d4731d3ca42c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 11:13:53 +0000 Subject: [PATCH] build(deps): bump appdaemon from 4.1.0 to 4.2.0 Bumps [appdaemon](https://github.com/home-assistant/appdaemon) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/home-assistant/appdaemon/releases) - [Changelog](https://github.com/AppDaemon/appdaemon/blob/dev/docs/HISTORY.rst) - [Commits](https://github.com/home-assistant/appdaemon/compare/4.1.0...4.2.0) --- updated-dependencies: - dependency-name: appdaemon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 556518f7..c05b615b 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ isort = "==5.10.1" controllerx = {path = ".", editable = true} [packages] -appdaemon = "==4.1.0" +appdaemon = "==4.2.0" [pipenv] allow_prereleases = true