File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- __version__ = "1.3.7 "
1+ __version__ = "1.3.8 "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ androguard==3.3.5
22cryptography == 3.3.2
33dhash == 1.3
44jellyfish == 0.5.6
5- Pillow == 9.2 .0
5+ Pillow == 9.3 .0
66requests == 2.27.1
77six == 1.15.0
88traitlets == 4.3.2
Original file line number Diff line number Diff 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
5050setup (
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' ,
You can’t perform that action at this time.
0 commit comments