From a2da401101bc4ee3e431b646d2e36d896f224914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:44:05 +0000 Subject: [PATCH] Bump pillow from 10.1.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.3.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.1.0...10.3.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 be8cfd1..48d42f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "onnx==1.14.1", "onnx2torch==1.5.12", "onnxruntime==1.16.1", - "pillow==10.1.0", + "pillow==10.3.0", "pint==0.21.1", "pyproj==3.5.0", "libtmux==0.31.0.post0",