diff --git a/homeassistant/components/assist_pipeline/manifest.json b/homeassistant/components/assist_pipeline/manifest.json
index 5f05cbff3dd9a760f7bad45d83f35fac52de2b39..31b3b0d4e32abfa2036606737e12b6796f6d29a7 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.5"]
+  "requirements": ["webrtc-noise-gain==1.2.3"]
 }
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 77731780f907243a108a9ce5b49cacf2cd4c74fa..93a27480b7e1bb50338f73985e10e49b96b35fc8 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -61,7 +61,7 @@ urllib3>=1.26.5,<2
 voluptuous-openapi==0.0.4
 voluptuous-serialize==2.6.0
 voluptuous==0.15.2
-webrtc-noise-gain==1.2.5
+webrtc-noise-gain==1.2.3
 yarl==1.9.4
 zeroconf==0.132.2
 
diff --git a/requirements_all.txt b/requirements_all.txt
index f098983ea8af50d4f2d32536d1da75419c2329b5..95ffc0ea9ff5733f0226480e8e3f127e915f4cbc 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2881,7 +2881,7 @@ weatherflow4py==0.2.21
 webmin-xmlrpc==0.0.2
 
 # homeassistant.components.assist_pipeline
-webrtc-noise-gain==1.2.5
+webrtc-noise-gain==1.2.3
 
 # homeassistant.components.whirlpool
 whirlpool-sixth-sense==0.18.8
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 01cd57cdf72bc9ca8d39fede3f3bdd5a2a56c723..430851f668e6d904f55513bb3e921aef368b79f2 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -2243,7 +2243,7 @@ weatherflow4py==0.2.21
 webmin-xmlrpc==0.0.2
 
 # homeassistant.components.assist_pipeline
-webrtc-noise-gain==1.2.5
+webrtc-noise-gain==1.2.3
 
 # homeassistant.components.whirlpool
 whirlpool-sixth-sense==0.18.8
diff --git a/script/licenses.py b/script/licenses.py
index 71dbe8262d953ee197da6702d2ae0a97c98fabed..b560d709d33e6f2f24f4a9979a0d3077c8ca3e65 100644
--- a/script/licenses.py
+++ b/script/licenses.py
@@ -172,6 +172,7 @@ EXCEPTIONS = {
     "tapsaff",  # https://github.com/bazwilliams/python-taps-aff/pull/5
     "tellduslive",  # https://github.com/molobrakos/tellduslive/pull/24
     "tellsticknet",  # https://github.com/molobrakos/tellsticknet/pull/33
+    "webrtc_noise_gain",  # https://github.com/rhasspy/webrtc-noise-gain/pull/24
     "vincenty",  # Public domain
     "zeversolar",  # https://github.com/kvanzuijlen/zeversolar/pull/46
 }