diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 7d300e012bd2..2a71c86e289a 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -21,7 +21,7 @@ cryptography==38.0.3 dbus-fast==1.82.0 fnvhash==0.1.0 hass-nabucasa==0.61.0 -home-assistant-bluetooth==1.9.1 +home-assistant-bluetooth==1.9.2 home-assistant-frontend==20230104.0 httpx==0.23.2 ifaddr==0.1.7 diff --git a/pyproject.toml b/pyproject.toml index a5e174dd4cd4..84fc1ede8093 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.2", - "home-assistant-bluetooth==1.9.1", + "home-assistant-bluetooth==1.9.2", "ifaddr==0.1.7", "jinja2==3.1.2", "lru-dict==1.1.8", diff --git a/requirements.txt b/requirements.txt index 4b0ec59c92e0..addf44ba5168 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ bcrypt==3.1.7 certifi>=2021.5.30 ciso8601==2.3.0 httpx==0.23.2 -home-assistant-bluetooth==1.9.1 +home-assistant-bluetooth==1.9.2 ifaddr==0.1.7 jinja2==3.1.2 lru-dict==1.1.8