File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
7
7
[project ]
8
8
name = " socketsecurity"
9
- version = " 2.1.2 "
9
+ version = " 2.1.3 "
10
10
requires-python = " >= 3.10"
11
11
license = {"file" = " LICENSE" }
12
12
dependencies = [
@@ -16,7 +16,7 @@ dependencies = [
16
16
' GitPython' ,
17
17
' packaging' ,
18
18
' python-dotenv' ,
19
- ' socket-sdk-python>=2.1.2 ,<3'
19
+ ' socket-sdk-python>=2.1.5 ,<3'
20
20
]
21
21
readme = " README.md"
22
22
description = " Socket Security CLI for CI/CD"
Original file line number Diff line number Diff line change 1
1
__author__ = 'socket.dev'
2
- __version__ = '2.1.2 '
2
+ __version__ = '2.1.3 '
Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ def create_new_diff(
670
670
diff .report_url = report_url
671
671
672
672
if head_full_scan_id is not None :
673
- diff .diff_url = f"{ base_socket } /{ self .config .org_slug } /diff/{ diff . id } /{ head_full_scan_id } "
673
+ diff .diff_url = f"{ base_socket } /{ self .config .org_slug } /diff/{ head_full_scan_id } /{ diff . id } "
674
674
else :
675
675
diff .diff_url = diff .report_url
676
676
You can’t perform that action at this time.
0 commit comments