Fix Pillow vulnerability "libwebp: OOB write in BuildHuffmanTable"

This commit is contained in:
Jake Henning 2023-10-04 13:22:46 +03:00 committed by GitHub
parent 05cbfade2a
commit c20bbd66b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ numpy>=1.24,<1.25
scikit-learn>=1.2.2,<1.3
pandas>=1.5.3,<1.6
grpcio
Pillow>=9.0.1,<10
Pillow>=10.0.1
xgboost>=1.7.5,<1.8
lightgbm>=3.3.2,<3.4
requests>=2.31.0,<2.29