From 3c8e65958e65e65f2611223d486898f9304aed2c Mon Sep 17 00:00:00 2001 From: Mathis Heidrich Date: Tue, 19 Apr 2022 16:39:37 +0200 Subject: [PATCH] Bump pillow version (fixes #44) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d57308..85174af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ include = [] python = ">=3.6" comtypes = "~1.1.7" -pillow = "~7.1.2" +pillow = ">=7.1.2" [tool.poetry.dev-dependencies] ipython = "~7.14"