Skip to content

Commit

Permalink
Use pyav 11.4.0
Browse files Browse the repository at this point in the history
Previous version has an old version libvpx with a serious security flaw
  • Loading branch information
WyattBlue committed Oct 28, 2023
1 parent 18a83ae commit a59dd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a59dd4f

Please sign in to comment.