Skip to content

Commit

Permalink
Bump webrtc-noise-gain to 1.2.5 (home-assistant#121539)
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam authored Jul 8, 2024
1 parent f801649 commit 2a31774
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/assist_pipeline/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"]
"requirements": ["webrtc-noise-gain==1.2.5"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
webrtc-noise-gain==1.2.5
yarl==1.9.4
zeroconf==0.132.2

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2881,7 +2881,7 @@ weatherflow4py==0.2.21
webmin-xmlrpc==0.0.2

# homeassistant.components.assist_pipeline
webrtc-noise-gain==1.2.4
webrtc-noise-gain==1.2.5

# homeassistant.components.whirlpool
whirlpool-sixth-sense==0.18.8
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2243,7 +2243,7 @@ weatherflow4py==0.2.21
webmin-xmlrpc==0.0.2

# homeassistant.components.assist_pipeline
webrtc-noise-gain==1.2.4
webrtc-noise-gain==1.2.5

# homeassistant.components.whirlpool
whirlpool-sixth-sense==0.18.8
Expand Down
1 change: 0 additions & 1 deletion script/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"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
}
Expand Down

0 comments on commit 2a31774

Please sign in to comment.