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"
66
77[project ]
88name = " socketsecurity"
9- version = " 2.1.2 "
9+ version = " 2.1.3 "
1010requires-python = " >= 3.10"
1111license = {"file" = " LICENSE" }
1212dependencies = [
@@ -16,7 +16,7 @@ dependencies = [
1616 ' GitPython' ,
1717 ' packaging' ,
1818 ' python-dotenv' ,
19- ' socket-sdk-python>=2.1.2 ,<3'
19+ ' socket-sdk-python>=2.1.5 ,<3'
2020]
2121readme = " README.md"
2222description = " Socket Security CLI for CI/CD"
Original file line number Diff line number Diff line change 11__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(
670670 diff .report_url = report_url
671671
672672 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 } "
674674 else :
675675 diff .diff_url = diff .report_url
676676
You can’t perform that action at this time.
0 commit comments