Skip to content

Commit

Permalink
chore: Upgrade pillow to version 9.3.0 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnu-s authored Dec 27, 2022
1 parent af9fce8 commit 632ada0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exodus_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.7"
__version__ = "1.3.8"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ androguard==3.3.5
cryptography==3.3.2
dhash==1.3
jellyfish==0.5.6
Pillow==9.2.0
Pillow==9.3.0
requests==2.27.1
six==1.15.0
traitlets==4.3.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ def is_exe(fpath):
'cryptography==3.3.2',
'dhash==1.3',
'jellyfish==0.5.6',
'Pillow==9.2.0',
'Pillow==9.3.0',
'requests>=2.26,<2.28',
'six==1.15.0',
'traitlets==4.3.2'
]

setup(
name='exodus_core',
version='1.3.7',
version='1.3.8',
description='Core functionality of εxodus',
author='Exodus Privacy',
author_email='[email protected]',
Expand Down

0 comments on commit 632ada0

Please sign in to comment.