mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Upgrade pillow to fix dependabot security advisory
This commit is contained in:
parent
1295ba90c3
commit
26b50471b7
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue