From 2f341e4fb0f85cf25ef77390a20891d568aeacb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 22 Apr 2024 10:28:42 -0700 Subject: [PATCH] pyproject: pillow security fixes --- linux-py3.10-requirements.txt | 2 +- macos-py3.10-requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-py3.10-requirements.txt b/linux-py3.10-requirements.txt index af59e3ef6..cc37fce96 100644 --- a/linux-py3.10-requirements.txt +++ b/linux-py3.10-requirements.txt @@ -169,7 +169,7 @@ packaging==24.0 # huggingface-hub # onnxruntime # transformers -pillow==10.2.0 +pillow==10.3.0 # via # dailyai (pyproject.toml) # torchvision diff --git a/macos-py3.10-requirements.txt b/macos-py3.10-requirements.txt index d97541db8..ffa772b17 100644 --- a/macos-py3.10-requirements.txt +++ b/macos-py3.10-requirements.txt @@ -137,7 +137,7 @@ packaging==24.0 # huggingface-hub # onnxruntime # transformers -pillow==10.2.0 +pillow==10.3.0 # via # dailyai (pyproject.toml) # torchvision diff --git a/pyproject.toml b/pyproject.toml index 2a82162be..c83aa74ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ dependencies = [ "aiohttp~=3.9.0", "numpy~=1.26.0", - "Pillow~=10.2.0", + "Pillow~=10.3.0", "typing-extensions~=4.10.0", ]