From 5fe61ca5e74d13e793aeb0b98ae670443e23486e Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 27 Sep 2023 19:55:26 -0500 Subject: [PATCH] Use webrtc-noise-gain without AVX2 (#101028) --- homeassistant/components/assist_pipeline/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/assist_pipeline/manifest.json b/homeassistant/components/assist_pipeline/manifest.json index 138f880526d..db6c517a81a 100644 --- a/homeassistant/components/assist_pipeline/manifest.json +++ b/homeassistant/components/assist_pipeline/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/assist_pipeline", "iot_class": "local_push", "quality_scale": "internal", - "requirements": ["webrtc-noise-gain==1.2.1"] + "requirements": ["webrtc-noise-gain==1.2.2"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 698960095ba..bf287f564cc 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -50,7 +50,7 @@ typing-extensions>=4.8.0,<5.0 ulid-transform==0.8.1 voluptuous-serialize==2.6.0 voluptuous==0.13.1 -webrtc-noise-gain==1.2.1 +webrtc-noise-gain==1.2.2 yarl==1.9.2 zeroconf==0.115.0 diff --git a/requirements_all.txt b/requirements_all.txt index 5fcf0dc6fd6..098e57ea5ee 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2700,7 +2700,7 @@ waterfurnace==1.1.0 webexteamssdk==1.1.1 # homeassistant.components.assist_pipeline -webrtc-noise-gain==1.2.1 +webrtc-noise-gain==1.2.2 # homeassistant.components.whirlpool whirlpool-sixth-sense==0.18.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 75446892ece..bd708f0c767 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2006,7 +2006,7 @@ wallbox==0.4.12 watchdog==2.3.1 # homeassistant.components.assist_pipeline -webrtc-noise-gain==1.2.1 +webrtc-noise-gain==1.2.2 # homeassistant.components.whirlpool whirlpool-sixth-sense==0.18.4