Skip to content

Commit 06dc004

Browse files
committed
version bump
1 parent ed4687b commit 06dc004

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

libsast/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__title__ = 'libsast'
1313
__authors__ = 'Ajin Abraham'
1414
__copyright__ = f'Copyright {year} Ajin Abraham, opensecurity.in'
15-
__version__ = '3.0.0'
15+
__version__ = '3.0.1'
1616
__version_info__ = tuple(int(i) for i in __version__.split('.'))
1717
__all__ = [
1818
'Scanner',

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libsast"
3-
version = "2.0.3"
3+
version = "3.0.1"
44
description = "A generic SAST library built on top of semgrep and regex"
55
keywords = ["libsast", "SAST", "Python SAST", "SAST API", "Regex SAST", "Pattern Matcher"]
66
authors = ["Ajin Abraham <[email protected]>"]
@@ -24,7 +24,7 @@ libsast = "libsast.__main__:main"
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.8"
27-
requests = ">=2.27.1"
27+
requests = "*"
2828
pyyaml = ">=6.0"
2929
semgrep = {version = "0.117.0", markers = "sys_platform != 'win32'"}
3030

0 commit comments

Comments
 (0)