Skip to content

Commit 632ada0

Browse files
authored
chore: Upgrade pillow to version 9.3.0 (#71)
1 parent af9fce8 commit 632ada0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

exodus_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.7"
1+
__version__ = "1.3.8"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ androguard==3.3.5
22
cryptography==3.3.2
33
dhash==1.3
44
jellyfish==0.5.6
5-
Pillow==9.2.0
5+
Pillow==9.3.0
66
requests==2.27.1
77
six==1.15.0
88
traitlets==4.3.2

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ def is_exe(fpath):
4141
'cryptography==3.3.2',
4242
'dhash==1.3',
4343
'jellyfish==0.5.6',
44-
'Pillow==9.2.0',
44+
'Pillow==9.3.0',
4545
'requests>=2.26,<2.28',
4646
'six==1.15.0',
4747
'traitlets==4.3.2'
4848
]
4949

5050
setup(
5151
name='exodus_core',
52-
version='1.3.7',
52+
version='1.3.8',
5353
description='Core functionality of εxodus',
5454
author='Exodus Privacy',
5555
author_email='contact@exodus-privacy.eu.org',

0 commit comments

Comments
 (0)