diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 72267ae7f14..394de1abc83 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -21,7 +21,7 @@ cryptography==38.0.3 dbus-fast==1.74.1 fnvhash==0.1.0 hass-nabucasa==0.56.0 -home-assistant-bluetooth==1.8.0 +home-assistant-bluetooth==1.8.1 home-assistant-frontend==20221108.0 httpx==0.23.0 ifaddr==0.1.7 diff --git a/pyproject.toml b/pyproject.toml index 6aa8c9d3f0b..a32414da464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ # When bumping httpx, please check the version pins of # httpcore, anyio, and h11 in gen_requirements_all "httpx==0.23.0", - "home-assistant-bluetooth==1.8.0", + "home-assistant-bluetooth==1.8.1", "ifaddr==0.1.7", "jinja2==3.1.2", "lru-dict==1.1.8", diff --git a/requirements.txt b/requirements.txt index e748db517b5..ba4d9fad807 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ bcrypt==3.1.7 certifi>=2021.5.30 ciso8601==2.2.0 httpx==0.23.0 -home-assistant-bluetooth==1.8.0 +home-assistant-bluetooth==1.8.1 ifaddr==0.1.7 jinja2==3.1.2 lru-dict==1.1.8