From 8edec266530072be27cd05a63cb31d103ef97c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:50:30 +0000 Subject: [PATCH] Update pillow requirement from ^10.1.0 to ^11.0.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/10.1.0...11.0.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 2c33483..0c56313 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ openai = "^1.4.0" python-dotenv = "^1.0.0" slack-bolt = "^1.18.1" slack-sdk = "^3.26.1" -Pillow = "^10.1.0" +Pillow = "^11.0.0" google-generativeai = "^0.8.1" IPython = "^8.0.0" unittest-xml-reporting = "^3.2.0"