From 91f43d79935dfc4636cda6d046b72cf5aafe289f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 11:13:35 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.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/9.4.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46a66ac3..571cecfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ loguru = "0.7.2" huggingface-hub = "*" pydantic = "2.6.4" tenacity = "8.2.3" -Pillow = "9.4.0" +Pillow = "10.2.0" chromadb = "0.4.24" termcolor = "2.2.0" torchvision = "0.16.1"