Skip to content

Commit 0f094ab

Browse files
leliaclaude
andcommitted
chore(deps): bump socketdev to 3.6.0
Unblocks the pin now that 3.6.0 is on PyPI. SocketPURL_Type gained ten members -- alpm, chrome, clawhub, edge-extension, firefox-extension, qpkg, socket, swid, vscode and vscode-extension -- and removed none, so artifacts of those types stop falling back to "unknown". No other CLI change is needed: none of the SDK's enum types are imported here, and every severity and type lookup already has a default, so the new members cannot reach an unguarded branch. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 781a054 commit 0f094ab

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
- Clarified monorepo scan scoping, workspace flags, CI path filters, and timeout
1010
behavior, with a changed-workspace GitHub Actions example.
1111

12+
### Changed: bump socketdev to 3.6.0
13+
14+
- Bumped the pinned SDK (`socketdev`) from `3.5.0` to `3.6.0`. Its package-type
15+
enum gained ten members — `alpm`, `chrome`, `clawhub`, `edge-extension`,
16+
`firefox-extension`, `qpkg`, `socket`, `swid`, `vscode` and
17+
`vscode-extension` — so artifacts of those types are now reported under their
18+
own type instead of falling back to `unknown`.
19+
1220
### Fixed: apply configured exit codes to API failures
1321

1422
- Full-scan and streamed-diff API failures now use the configured infrastructure

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"GitPython==3.1.59",
1717
"packaging==26.3",
1818
"python-dotenv==1.2.3",
19-
"socketdev==3.5.0",
19+
"socketdev==3.6.0",
2020
"beautifulsoup4==4.15.0",
2121
"markdown==3.10.3",
2222
"brotli==1.2.0; platform_python_implementation == 'CPython'",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)