Skip to content

Commit 4b81471

Browse files
committed
chore(deps): bump socketdev floor to >=3.2.0 (CE-225)
Pick up socketdev 3.2.0, which adds OTHER = "other" to SocketCategory so the backend's "other" alert category no longer triggers the "Unknown SocketCategory" warning fallback (SDK PR #85). No CLI logic changes. Bump CLI to 2.3.2. Note: uv.lock must be regenerated (uv lock) once socketdev 3.2.0 is published to PyPI; it cannot resolve until then. Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 152ea21 commit 4b81471

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.3.1"
9+
version = "2.3.2"
1010
requires-python = ">= 3.11"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [
@@ -16,7 +16,7 @@ dependencies = [
1616
'GitPython',
1717
'packaging',
1818
'python-dotenv',
19-
"socketdev>=3.0.33,<4.0.0",
19+
"socketdev>=3.2.0,<4.0.0",
2020
"bs4>=0.0.2",
2121
"markdown>=3.10",
2222
"brotli>=1.0.9; platform_python_implementation == 'CPython'",

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.3.1'
2+
__version__ = '2.3.2'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

0 commit comments

Comments
 (0)