Skip to content

Commit

Permalink
Merge pull request #102 from MobSF/0.4.4
Browse files Browse the repository at this point in the history
HOTFIX: Install semgrep 1.86.0 as a dependency
  • Loading branch information
ajinabraham authored Nov 14, 2024
2 parents c6d74e5 + cb68b5d commit 3a35968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobsfscan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__title__ = 'mobsfscan'
__authors__ = 'Ajin Abraham'
__copyright__ = f'Copyright {datetime.now().year} Ajin Abraham, OpenSecurity'
__version__ = '0.4.3'
__version__ = '0.4.4'
__version_info__ = tuple(int(i) for i in __version__.split('.'))
__all__ = [
'__title__',
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def get_version(rel_path):
install_requires=[
'colorama>=0.4.5',
'libsast>=3.1.0',
'semgrep==1.86.0',
'sarif-om>=1.0.4',
'jschema-to-python>=1.2.3',
'tabulate>=0.8.10',
Expand Down

0 comments on commit 3a35968

Please sign in to comment.