From 8e83d46ffdb02832aa456d0eb5cde259521326ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:34:03 +0000 Subject: [PATCH] Bump types-pillow from 10.2.0.20240415 to 10.2.0.20240423 Bumps [types-pillow](https://github.com/python/typeshed) from 10.2.0.20240415 to 10.2.0.20240423. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pillow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6798e22c..9bf4e4603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -319,7 +319,7 @@ dev = [ "tenacity==8.2.3", "torch==2.2.2", "types-docker==7.0.0.20240413", # This is very incomplete, so we still do not check ``test_docker.py`` with pyright. - "types-Pillow==10.2.0.20240415", + "types-Pillow==10.2.0.20240423", "types-PyYAML==6.0.12.20240311", "types-requests==2.31.0.20240406", "urllib3==2.2.1",