Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-08-29 15:38:59 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-08-29 15:38:59 +0300
commit737af3bbf77bdb5a8340e67cb0cd18f4e70148b1 (patch)
treefcfa4b834f192898212fcc65891470edb0fa6b2b /pyproject.toml
parent820d1650cb361a785d27023d9416ae7292b89afe (diff)
change: Depend on Pillow >= 9.1.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1e29e229e..3beee4071 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
"keyring",
"nbxmpp>=4.3.0,<5.0.0",
"packaging",
- "pillow",
+ "pillow>=9.1.0",
"precis-i18n>=1.0.0",
"cryptography>=3.4.8",
"pycairo>=1.16.0",