Skip to content

Commit 3a35968

Browse files
authored
Merge pull request #102 from MobSF/0.4.4
HOTFIX: Install semgrep 1.86.0 as a dependency
2 parents c6d74e5 + cb68b5d commit 3a35968

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mobsfscan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = 'mobsfscan'
77
__authors__ = 'Ajin Abraham'
88
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
9-
__version__ = '0.4.3'
9+
__version__ = '0.4.4'
1010
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1111
__all__ = [
1212
'__title__',

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def get_version(rel_path):
5151
install_requires=[
5252
'colorama>=0.4.5',
5353
'libsast>=3.1.0',
54+
'semgrep==1.86.0',
5455
'sarif-om>=1.0.4',
5556
'jschema-to-python>=1.2.3',
5657
'tabulate>=0.8.10',

0 commit comments

Comments
 (0)