summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Tawse <alex.tawse@arm.com>2024-04-24 11:56:14 +0100
committerAlex Tawse <alex.tawse@arm.com>2024-04-24 12:08:50 +0100
commit6bc730c0aab22aa0ac147283a1b19eaf11a80d1a (patch)
treefe39567f5f11bf7ecb3cd13dcfaf14c40d2e5eba
parenta8f8a487a3b78f92bf9f49c5bb518d0fa73bca11 (diff)
downloadml-embedded-evaluation-kit-6bc730c0aab22aa0ac147283a1b19eaf11a80d1a.tar.gz
Bumping Pillow to non-vulnerable version
* The previous version of Pillow was flagged as vulnerable, so this change bumps the version Change-Id: I176c12c4df266de8f871b58efdcc277b090a31fa Signed-off-by: Alex Tawse <alex.tawse@arm.com>
-rw-r--r--scripts/py/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/py/requirements.txt b/scripts/py/requirements.txt
index a64bcf8..1bd9d0e 100644
--- a/scripts/py/requirements.txt
+++ b/scripts/py/requirements.txt
@@ -8,7 +8,7 @@ lxml==4.9.2
MarkupSafe==2.0.1
numba==0.56.4
numpy==1.23.5
-Pillow==9.2.0
+Pillow==10.3.0
pycparser==2.20
resampy==0.4.2
scipy==1.10.1