From 1a4271d5898a2190ceaa0a75dc72c73ea86c1069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:31:04 -0500 Subject: [PATCH] Bump the non-major-versions group with 2 updates (#355) Bumps the non-major-versions group with 2 updates: [homeassistant](https://github.com/home-assistant/core) and [ruff](https://github.com/astral-sh/ruff). Updates `homeassistant` from 2024.12.1 to 2024.12.3 - [Release notes](https://github.com/home-assistant/core/releases) - [Commits](https://github.com/home-assistant/core/compare/2024.12.1...2024.12.3) Updates `ruff` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.2...0.8.3) --- updated-dependencies: - dependency-name: homeassistant dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1c83aed..68c5c97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ colorlog==6.9.0 -homeassistant==2024.12.1 +homeassistant==2024.12.3 pip>=21.0,<24.4 -ruff==0.8.2 \ No newline at end of file +ruff==0.8.3 \ No newline at end of file