From fe7134bcdd051d634c9fc5f423bd1b4d278b10b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:51:12 +0000 Subject: [PATCH] Bump pillow from 10.0.0 to 10.2.0 in /examples/longvit Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 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.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/longvit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/longvit/requirements.txt b/examples/longvit/requirements.txt index 195174f2..883a501a 100644 --- a/examples/longvit/requirements.txt +++ b/examples/longvit/requirements.txt @@ -1,6 +1,6 @@ torch==2.0.0 timm==0.6.13 -Pillow==10.0.0 +Pillow==10.2.0 blobfile==2.0.2 mypy==1.4.1 numpy==1.22.4