From f090ad8382adc68a3476349f5f593a326b3f0691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 06:03:39 +0000 Subject: [PATCH] Bump types-pillow from 9.4.0.19 to 9.5.0.1 Bumps [types-pillow](https://github.com/python/typeshed) from 9.4.0.19 to 9.5.0.1. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70f67ff20..591eca3c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -308,7 +308,7 @@ dev = [ "sphinx-toolbox==3.4.0", "sybil==5.0.0", "types-PyYAML==6.0.12.9", - "types-Pillow==9.4.0.19", + "types-Pillow==9.5.0.1", "types-requests==2.28.11.17", "types-urllib3==1.26.25.10", "vulture==2.7",