Skip to content

Commit

Permalink
upgrade semgrep version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Apr 17, 2021
1 parent c5f74c8 commit 6e4698b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libsast/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__title__ = 'libsast'
__authors__ = 'Ajin Abraham'
__copyright__ = 'Copyright 2020 Ajin Abraham, OpenSecurity'
__version__ = '1.4.0'
__version__ = '1.4.1'
__version_info__ = tuple(int(i) for i in __version__.split('.'))
__all__ = [
'Scanner',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_requires():
requires = [
'requests>=2.22.0',
'pyyaml>=5.3',
'semgrep==0.45.0;platform_system!="Windows"',
'semgrep==0.47.0;platform_system!="Windows"',
]
return requires

Expand Down

0 comments on commit 6e4698b

Please sign in to comment.