From 01842433d6711629935a881ff21f0138d9b97e90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:56:40 +0000 Subject: [PATCH] :arrow_up: Bump pillow from 10.4.0 to 11.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 11.1.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.1.0) --- updated-dependencies: - dependency-name: 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 2d6319dc..f6f96936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.9,<4.0" requests = "^2.32.3" -Pillow = ">=9.2,<11.0" +Pillow = ">=9.2,<12.0" msgspec = ">=0.12,<0.19" asyncio = {version = "^3.4.3", optional = true, extras = ["speedups"]} aiohttp = {version = "^3.11.11", optional = true}