Skip to content

Commit 9cce341

Browse files
leliaclaude
andcommitted
Rev version to 2.6.3, consolidating the unpublished 2.6.2 notes
2.6.1 shipped while this PR was in flight, and the 2.6.2 version bump on main was never published. Fold the 2.6.2 changelog entry, the Dependabot updates, and the dev/test dependency pinning into the 2.6.3 entry. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 665c4dc commit 9cce341

4 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.6.2
3+
## 2.6.3
44

55
### Fixed: SBOM fetch failures no longer produce empty reports
66

@@ -13,14 +13,24 @@
1313
instead of raising, and individual unparseable artifacts are skipped rather
1414
than failing the whole response.
1515

16-
## 2.6.1
17-
1816
### Changed: bump pinned @coana-tech/cli to 15.10.4
1917

2018
- Bumped the pinned reachability engine (`@coana-tech/cli`) from `15.10.3` to
2119
`15.10.4`. See the [Coana changelogs](https://docs.coana.tech/changelogs) for
2220
engine changes.
2321

22+
### Changed: dependency updates and dev/test dependency pinning
23+
24+
- Bumped pinned runtime dependencies: `beautifulsoup4` `4.14.3``4.15.0` and
25+
`markdown` `3.10.2``3.10.3`.
26+
- Pinned the `test` and `dev` optional dependency groups to exact versions
27+
(previously open ranges or unpinned), extending the exact-pinning policy
28+
introduced in 2.6.0 to all dependency groups. This includes a major `twine`
29+
bump (`6.2.0``7.0.0`), which only affects package publishing, not the
30+
installed CLI.
31+
- Bumped GitHub Actions used in CI workflows (`actions/setup-python` to
32+
`7.0.0`, plus minor/patch updates). No effect on the installed CLI.
33+
2434
## 2.6.1
2535

2636
### Changed: scan comparison now polls the diff-scans endpoints

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.6.2"
9+
version = "2.6.3"
1010
requires-python = ">= 3.11"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

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.6.2'
2+
__version__ = '2.6.3'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)