From 17ffef3a00e14b120a31d71aac8fd913c1dd5468 Mon Sep 17 00:00:00 2001 From: joaq-rod Date: Fri, 10 Jan 2025 12:41:16 -0300 Subject: [PATCH] Pillow update (#68) * Added mkdocs-jupyter to requirements.txt to enable the plugin installation on the server (related to kluster.ai project) * Updated Pillow to version 11.1 for compatibility with Python 3.13 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 147916b4..fcc433af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ mkdocs-material-extensions==1.3.1 mkdocs-minify-plugin==0.7.2 mkdocs-redirects==1.2.1 nltk==3.8.1 -Pillow==9.4.0 +Pillow==11.1.0 Pygments==2.17.2 pymdown-extensions==10.7 python-dateutil==2.8.2