From 0cffe80ed8737c324176deb2a3d47561e75f6bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 06:06:49 +0000 Subject: [PATCH] Bump types-pillow from 9.5.0.6 to 10.0.0.0 Bumps [types-pillow](https://github.com/python/typeshed) from 9.5.0.6 to 10.0.0.0. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef0a72019..9202ae426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -316,7 +316,7 @@ dev = [ "sphinx-toolbox==3.4.0", "sybil==5.0.2", "types-PyYAML==6.0.12.10", - "types-Pillow==9.5.0.6", + "types-Pillow==10.0.0.0", "types-requests==2.31.0.1", "urllib3==2.0.3", "vulture==2.7",