From 26b50471b751969d0c53e14ab42721a4584c798f Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 3 Aug 2022 00:33:29 +0300 Subject: [PATCH] Upgrade pillow to fix dependabot security advisory --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0a5a1b40..3020af17 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ this_directory = Path(__file__).parent setup( name='khoj-assistant', - version='0.1.3', + version='0.1.4', description="A natural language search engine for your personal notes, transactions and images", long_description=(this_directory / "Readme.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown", @@ -36,7 +36,7 @@ setup( "jinja2 == 3.1.2", "pyyaml == 6.0", "pytest == 7.1.2", - "pillow == 8.4.0", + "pillow >= 9.0.1", "aiofiles == 0.8.0", "dateparser == 1.1.1", ],