From 5a982ed0595e4a7fbc0acc8bfbc2a51d410f7988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:07:45 +0000 Subject: [PATCH] Bump pillow from 10.0.0 to 10.0.1 in /examples/longvit Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1. - [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.0.1) --- 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 46079564..8193e649 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.0.1 blobfile==2.0.2 mypy==1.4.1 numpy==1.22.4