From 0c9ea27e13f3ccfa508e11292313d7e9f5cec45d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:48:18 +0000 Subject: [PATCH] chore(deps): update dependency pillow to v10.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6057c3f..e84c4b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ - "pillow==10.1.0", + "pillow==10.2.0", ] [project.optional-dependencies]