From 6f54cd5fa6585cccd0752096efdf3e86776d31af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:10:35 +0000 Subject: [PATCH] chore(deps): Bump pillow from 10.0.1 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ff46379..e79c79f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -87,7 +87,7 @@ packaging==23.1 # via # huggingface-hub # transformers -pillow==10.0.1 +pillow==10.2.0 # via torchvision pyyaml==6.0.1 # via diff --git a/requirements_dev.txt b/requirements_dev.txt index f29b8d2..1137c9e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -146,7 +146,7 @@ packaging==23.1 # build # huggingface-hub # transformers -pillow==10.0.1 +pillow==10.2.0 # via # -r requirements.txt # torchvision