From a8482f395f41124aef60428563eca951134e68fb Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 22 Oct 2023 00:45:23 -0600 Subject: Downgrading Pillow to 9.5.0 Pillow 10.x removed getsize(), need to update helper lib first before upgrading --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index d7f0278..1863739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ Jinja2 = "^3.1.2" markdown2 = "^2.4.10" Pygments = "^2.16.1" "Mastodon.py" = "^1.8.0" -Pillow = "^10.1.0" +Pillow = "9.5.0" requests = "^2.31.0" certifi = "^2023.7.22" urllib3 = "^2.0.7" -- cgit v1.2.3