From d95ba6d3535b3fdb552b9824c16c21b2bf655ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 22:06:13 +0000 Subject: [PATCH] Bump homeassistant-stubs from 2023.8.1 to 2023.9.3 Bumps [homeassistant-stubs](https://github.com/KapJI/homeassistant-stubs) from 2023.8.1 to 2023.9.3. - [Release notes](https://github.com/KapJI/homeassistant-stubs/releases) - [Commits](https://github.com/KapJI/homeassistant-stubs/compare/2023.8.1...2023.9.3) --- updated-dependencies: - dependency-name: homeassistant-stubs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c6ef8c..80d0d86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = ["python-dateutil", "feedparser==6.0.10", "homeassistant"] [project.optional-dependencies] dev = [ "black", - "homeassistant-stubs==2023.8.1", + "homeassistant-stubs==2023.9.3", "pytest==7.4.2", "mypy", "ruff",