Skip to content

Commit

Permalink
Bump ha-ffmpeg to 3.2.2 (#130142)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored and frenck committed Nov 8, 2024
1 parent aa2c3b0 commit 2fe4fc9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/ffmpeg/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/ffmpeg",
"integration_type": "system",
"requirements": ["ha-ffmpeg==3.2.1"]
"requirements": ["ha-ffmpeg==3.2.2"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dbus-fast==2.24.3
fnv-hash-fast==1.0.2
go2rtc-client==0.1.0
ha-av==10.1.1
ha-ffmpeg==3.2.1
ha-ffmpeg==3.2.2
habluetooth==3.6.0
hass-nabucasa==0.83.0
hassil==1.7.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ h2==4.1.0
ha-av==10.1.1

# homeassistant.components.ffmpeg
ha-ffmpeg==3.2.1
ha-ffmpeg==3.2.2

# homeassistant.components.iotawatt
ha-iotawattpy==0.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ h2==4.1.0
ha-av==10.1.1

# homeassistant.components.ffmpeg
ha-ffmpeg==3.2.1
ha-ffmpeg==3.2.2

# homeassistant.components.iotawatt
ha-iotawattpy==0.1.2
Expand Down
2 changes: 1 addition & 1 deletion script/hassfest/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.4.28,source=/uv,target=/bin/uv \
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
-r /usr/src/homeassistant/requirements.txt \
stdlib-list==0.10.0 pipdeptree==2.23.4 tqdm==4.66.5 ruff==0.7.1 \
PyTurboJPEG==1.7.5 ha-ffmpeg==3.2.1 hassil==1.7.4 home-assistant-intents==2024.11.6 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
PyTurboJPEG==1.7.5 ha-ffmpeg==3.2.2 hassil==1.7.4 home-assistant-intents==2024.11.6 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2

LABEL "name"="hassfest"
LABEL "maintainer"="Home Assistant <[email protected]>"
Expand Down

0 comments on commit 2fe4fc9

Please sign in to comment.