From d25de8cf928b5fc836c63b8c8316e920cdba6f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:34:29 +0200 Subject: [PATCH] build(deps): bump appdaemon from 4.0.8 to 4.1.0 (#348) Bumps [appdaemon](https://github.com/home-assistant/appdaemon) from 4.0.8 to 4.1.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.0.8...4.1.0) --- updated-dependencies: - dependency-name: appdaemon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index aa8769a0..e3dfcca6 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ isort = "==5.9.3" controllerx = {path = ".", editable = true} [packages] -appdaemon = "==4.0.8" +appdaemon = "==4.1.0" [pipenv] allow_prereleases = true