From a59dd4f7bc4b5612000c106c27b77dd7d78868cb Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Sat, 28 Oct 2023 12:19:58 -0400 Subject: [PATCH] Use pyav 11.4.0 Previous version has an old version libvpx with a serious security flaw --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4b239562..c6afea3a3 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def pip_version(): install_requires=[ "numpy>=1.22.0", "pillow==10.1.0", - "pyav==11.2.0", + "pyav==11.4.0", "ae-ffmpeg==1.1.*", ], python_requires=">=3.10",