diff --git a/pyproject.toml b/pyproject.toml index 1a59754..677e9d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.2.74" +version = "2.2.76" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ @@ -16,7 +16,7 @@ dependencies = [ 'GitPython', 'packaging', 'python-dotenv', - "socketdev>=3.0.31,<4.0.0", + "socketdev>=3.0.32,<4.0.0", "bs4>=0.0.2", "markdown>=3.10", ] diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index bee5bcf..26b4f4e 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,3 @@ __author__ = 'socket.dev' -__version__ = '2.2.74' +__version__ = '2.2.76' USER_AGENT = f'SocketPythonCLI/{__version__}' diff --git a/socketsecurity/socketcli.py b/socketsecurity/socketcli.py index 6f17f58..f158efc 100644 --- a/socketsecurity/socketcli.py +++ b/socketsecurity/socketcli.py @@ -465,7 +465,7 @@ def main_code(): set_as_pending_head=is_default_branch, tmp=False, scan_type='socket_tier1' if config.reach else 'socket', - workspace=config.workspace or None, + workspace=config.workspace or "", ) params.include_license_details = not config.exclude_license_details