From 18532e453a19b1d86e463f6ee88ee4c52caf5bd4 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 24 Apr 2023 21:22:11 -0500 Subject: [PATCH] Bump home-assistant-bluetooth to 1.10.0 (#91977) changelog: https://github.com/home-assistant-libs/home-assistant-bluetooth/blob/main/CHANGELOG.md --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 25ae08e1bc0..bedbd967af3 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -24,7 +24,7 @@ fnv-hash-fast==0.3.1 ha-av==10.0.0 hass-nabucasa==0.65.0 hassil==1.0.6 -home-assistant-bluetooth==1.9.3 +home-assistant-bluetooth==1.10.0 home-assistant-frontend==20230411.1 home-assistant-intents==2023.4.17-1 httpx==0.24.0 diff --git a/pyproject.toml b/pyproject.toml index f09a4a4e4dc..8a0781e08a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ # When bumping httpx, please check the version pins of # httpcore, anyio, and h11 in gen_requirements_all "httpx==0.24.0", - "home-assistant-bluetooth==1.9.3", + "home-assistant-bluetooth==1.10.0", "ifaddr==0.1.7", "jinja2==3.1.2", "lru-dict==1.1.8", diff --git a/requirements.txt b/requirements.txt index 582c7ec7a7f..1196e9b6f6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ bcrypt==4.0.1 certifi>=2021.5.30 ciso8601==2.3.0 httpx==0.24.0 -home-assistant-bluetooth==1.9.3 +home-assistant-bluetooth==1.10.0 ifaddr==0.1.7 jinja2==3.1.2 lru-dict==1.1.8