mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:19:02 +02:00
requirements.txt: update to fix CVE-2019-16865
Update Pillow version to incorporate a fix for a denial-of-service vulnerability (which should not affect this application however, as it does not use Pillow to process external images): https://nvd.nist.gov/vuln/detail/CVE-2019-16865 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
fae9771604
commit
69578c31e4
|
@ -19,7 +19,7 @@ gitdb2==2.0.6
|
|||
GitPython==2.1.13
|
||||
kombu==4.6.3
|
||||
mysqlclient==1.4.4
|
||||
Pillow==6.1.0
|
||||
Pillow==6.2.1
|
||||
pytz==2019.2
|
||||
six==1.12.0
|
||||
smmap2==2.0.5
|
||||
|
|
Loading…
Reference in New Issue
Block a user