From 479f7e7f1354774d695149e0f9bbf7ecd567c20c Mon Sep 17 00:00:00 2001 From: Douglas Coburn Date: Wed, 10 Dec 2025 07:21:47 -0800 Subject: [PATCH 1/3] Fixing hatch versioning --- pyproject.toml | 5 +++-- socketsecurity/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d739d2..e4146b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.2.48" +version = "2.2.49" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ @@ -22,7 +22,7 @@ dependencies = [ readme = "README.md" description = "Socket Security CLI for CI/CD" keywords = ["socketsecurity", "socket.dev", "sca", "oss", "security"] -authors = [ +authors = [. {name = "Douglas Coburn", email = "douglas@socket.dev"} ] maintainers = [ @@ -165,3 +165,4 @@ include = ["socketsecurity", "LICENSE"] dev = [ "pre-commit>=4.3.0", ] + diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index f334adf..2406fc4 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,3 @@ __author__ = 'socket.dev' -__version__ = '2.2.48' +__version__ = '2.2.49' USER_AGENT = f'SocketPythonCLI/{__version__}' From 638bab1581f37803cd650fdab3b6323ae25c7f4d Mon Sep 17 00:00:00 2001 From: Douglas Coburn Date: Wed, 10 Dec 2025 07:26:07 -0800 Subject: [PATCH 2/3] Fixed typo in toml --- pyproject.toml | 4 ++-- socketsecurity/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4146b4..38860f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.2.49" +version = "2.2.50" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ @@ -22,7 +22,7 @@ dependencies = [ readme = "README.md" description = "Socket Security CLI for CI/CD" keywords = ["socketsecurity", "socket.dev", "sca", "oss", "security"] -authors = [. +authors = [ {name = "Douglas Coburn", email = "douglas@socket.dev"} ] maintainers = [ diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index 2406fc4..ce4e5f3 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,3 @@ __author__ = 'socket.dev' -__version__ = '2.2.49' +__version__ = '2.2.50' USER_AGENT = f'SocketPythonCLI/{__version__}' From 09b07eb4ad1335dd4b9ac820accf54508d0c441a Mon Sep 17 00:00:00 2001 From: Douglas Coburn Date: Wed, 10 Dec 2025 07:29:19 -0800 Subject: [PATCH 3/3] Fixing uv lock and testing hatch --- pyproject.toml | 2 +- socketsecurity/__init__.py | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 38860f4..9d22de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.2.50" +version = "2.2.51" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index ce4e5f3..afff87d 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,3 @@ __author__ = 'socket.dev' -__version__ = '2.2.50' +__version__ = '2.2.51' USER_AGENT = f'SocketPythonCLI/{__version__}' diff --git a/uv.lock b/uv.lock index b37557c..1b64bac 100644 --- a/uv.lock +++ b/uv.lock @@ -1254,7 +1254,7 @@ wheels = [ [[package]] name = "socketsecurity" -version = "2.2.47" +version = "2.2.50" source = { editable = "." } dependencies = [ { name = "bs4" },