From aa048e94feb5a20994edc3c156ec09dd001cc52b Mon Sep 17 00:00:00 2001 From: Douglas Coburn Date: Mon, 23 Jun 2025 11:03:58 -0700 Subject: [PATCH] Updated version --- pyproject.toml | 4 ++-- socketsecurity/__init__.py | 2 +- socketsecurity/core/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3ac462d..2c8ddd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.1.2" +version = "2.1.3" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ @@ -16,7 +16,7 @@ dependencies = [ 'GitPython', 'packaging', 'python-dotenv', - 'socket-sdk-python>=2.1.2,<3' + 'socket-sdk-python>=2.1.5,<3' ] readme = "README.md" description = "Socket Security CLI for CI/CD" diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index 0425684..a9cb4f2 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,2 +1,2 @@ __author__ = 'socket.dev' -__version__ = '2.1.2' +__version__ = '2.1.3' diff --git a/socketsecurity/core/__init__.py b/socketsecurity/core/__init__.py index 658c94c..7245b4d 100644 --- a/socketsecurity/core/__init__.py +++ b/socketsecurity/core/__init__.py @@ -670,7 +670,7 @@ def create_new_diff( diff.report_url = report_url if head_full_scan_id is not None: - diff.diff_url = f"{base_socket}/{self.config.org_slug}/diff/{diff.id}/{head_full_scan_id}" + diff.diff_url = f"{base_socket}/{self.config.org_slug}/diff/{head_full_scan_id}/{diff.id}" else: diff.diff_url = diff.report_url