From b1f06121d241909c9a8c10fe7c0729254acfd7e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 01:48:29 +0000 Subject: [PATCH] Update pillow requirement from <10.1.0,>=9.4.0 to >=9.4.0,<10.2.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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/9.4.0...10.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3843669..bb3abec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ "fasteners ==0.19", "PyMySQL[rsa] >=1.0.2, <1.2.0", "psycopg2-binary >=2.9.5, <3.0.0", - "Pillow >=9.4.0, <10.1.0", + "Pillow >=9.4.0, <10.2.0", "python-multipart ==0.0.6", "sqlmodel >=0.0.11, <0.0.13", "fastapi >=0.92, <0.105",