From 3a87b78af4e0bb6a113d7678a846cc735edbe46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:16:43 +0000 Subject: [PATCH] Update types-pillow requirement from 10.2.0.20240213 to 10.2.0.20240520 --- updated-dependencies: - dependency-name: types-pillow dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54c144e3..50db7e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ ruff = "0.3.0" [tool.poetry.group.check.dependencies] mypy = "1.8.0" -types-pillow = "10.2.0.20240213" +types-pillow = "10.2.0.20240520" types-tqdm = "4.66.0.20240106" lxml-stubs = "0.5.1"