chore(deps): bump the ci-toolchain group across 1 directory with 2 updates - #250
Merged
Brad-Edwards merged 3 commits intoAug 4, 2026
Merged
Conversation
…dates Bumps the ci-toolchain group with 2 updates in the /requirements directory: [cyclonedx-bom](https://github.com/CycloneDX/cyclonedx-python) and [mcp](https://github.com/modelcontextprotocol/python-sdk). Updates `cyclonedx-bom` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/CycloneDX/cyclonedx-python/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-python/blob/main/CHANGELOG.md) - [Commits](CycloneDX/cyclonedx-python@v7.3.0...v7.3.1) Updates `mcp` from 1.28.1 to 2.0.0 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](modelcontextprotocol/python-sdk@v1.28.1...v2.0.0) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-toolchain - dependency-name: mcp dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-toolchain ... Signed-off-by: dependabot[bot] <support@github.com>
Dependabot swapped the mcp pin (1.28.1 -> 2.0.0) line-by-line without recompiling, so the new transitive dep httpx2>=2.5.0 landed unpinned and --require-hashes installs failed (tests, audit, content, fuzz). Recompile runtime/sbom/recovery locks with uv per their headers. This pins the full mcp 2.0.0 closure with hashes (httpx2, httpcore2, mcp-types, opentelemetry-api, truststore), drops what v2 no longer needs (httpx, httpx-sse, pydantic-settings, certifi), and restores typing-extensions and the correct sbom.in annotation that dependabot's hand edit had mangled.
The recovery-v2.0.2 lock is a frozen snapshot of the v2.0.2 release runtime; test_legacy_release_lock_matches_the_2_0_2_runtime asserts it still pins cyclonedx-bom==7.3.0 and aces-sdl==0.23.1. Dependabot's group update wrongly bumped cyclonedx-bom to 7.3.1 there, breaking the invariant. Restore both recovery files to the release-pinned state. The cyclonedx-bom 7.3.1 bump stays where it belongs, in the live sbom lock.
Brad-Edwards
deleted the
dependabot/pip/requirements/dev/ci-toolchain-e09a03db5b
branch
August 4, 2026 15:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the ci-toolchain group with 2 updates in the /requirements directory: cyclonedx-bom and mcp.
Updates
cyclonedx-bomfrom 7.3.0 to 7.3.1Release notes
Sourced from cyclonedx-bom's releases.
Changelog
Sourced from cyclonedx-bom's changelog.
Commits
5172a90chore(release): 7.3.16715bd9fix: improve error message for non-PEP 621 pyproject.toml (#1080)b830c67chore(deps): Bump actions/setup-python from 6.2.0 to 6.3.0 (#1069)0b65166chore(deps-dev): Update uv requirement from 0.11.8 to 0.11.17 (#1062)ac491abchore(deps): Bump actions/checkout from 6.0.2 to 7.0.0 (#1067)d5ece1bchore(deps): Bump snok/install-poetry from 1.4.1 to 1.4.2 (#1063)95d4630chore(deps): Bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 (#1068)b7abcd5chore(ci): comments for pinned actions (#1061)78abbc5Update CONTRIBUTING.md3c92172Update PULL_REQUEST_TEMPLATE.mdUpdates
mcpfrom 1.28.1 to 2.0.0Release notes
Sourced from mcp's releases.
... (truncated)
Commits
6f69a37Present v2 as the stable release across the README, docs, and policies (#3178)78e6fbbServe v2 docs at the site root, with permanent per-major paths (#3176)af06330Remove unused StreamableHTTPTransport.get_session_id() (#3205)68ca87eDocument the two-line release process for stable v2 (#3179)c9c431bExpose the middleware chain on MCPServer and stop sending unrequested change ...528e366Fail fast on server-to-client requests in JSON-response mode instead of hangi...27f5cc7Remove unused mcpserver.exceptions.ValidationError (#3199)89c5e70Gate log notifications on the per-request log-level opt-in at 2026-07-28 (#3198)b61ce38docs: fix off-by-one hl_lines in apps.md (#3196)b7c9a91Add mcp.types as a permanent alias for mcp_types (#3190)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions