From 783ef8701bd2f1a70b5e9ba3ebe69854e55d10fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 01:12:58 +0100 Subject: [PATCH] Bump homeassistant from 2022.6.5 to 2022.6.7 (#305) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1e6b5c1..02ce166 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2248,4 +2248,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ea6fc895fbb76fdc50320b325a7fe0b1dd17ee2db7dbec59dc48361df4a1d5ce" +content-hash = "2c52b2c78d9c122c09bb89eef80ee318264a33d1b70b459cf6678c39d788126e" diff --git a/pyproject.toml b/pyproject.toml index 927eceb..9625891 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.9" async_timeout = "^4.0.0" black = "^23.12.1" flake8 = "^6.0.0" -homeassistant = "^2022.6.5" +homeassistant = "^2022.6.7" pre-commit = "^3.3.3" rctclient = "^0.0.3" reorder-python-imports = "^3.12.0"