chore(deps): bump cryptography from 46.0.7 to 48.0.1#119
chore(deps): bump cryptography from 46.0.7 to 48.0.1#119dependabot[bot] wants to merge 1 commit intomainancilis/ancilis:mainfrom dependabot/pip/cryptography-48.0.1ancilis/ancilis:dependabot/pip/cryptography-48.0.1Copy head branch name to clipboard
Conversation
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.7...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
Claude ReviewerRecommendation: APPROVE WITH NOTES Linked ticket: NONE FindingsScope match — info. No linked Hidden assumptions / risk — warn. This is a two-major-version jump (46 → 48), and the changelog carries several BACKWARDS INCOMPATIBLE changes that a lockfile bump silently absorbs:
I could not verify direct usage from the diff alone (codebase index access was denied this run). The evidence-chain integrity mechanism uses SHA-256 via stdlib Hygiene — info. Clean. No agent/IDE local-state files, no absolute dev paths, no machine identifiers. Single-line lockfile change. PR body is the standard Dependabot template (no risk checklist / test plan / IP line); acceptable for an automated dep PR, flagged only for completeness. Suggested follow-up
Reviewer notesLockfile-only major bumps are the classic case where "passes CI" and "safe" diverge — the breakage surfaces only on code paths the test suite doesn't exercise (cert loading, unusual curves) or on a Python version the CI matrix dropped. Given Ancilis leans on SHA-256 hash chaining (stdlib) rather than Claude claude-opus-4-8 · review_id: 860c44cf-bf3e-473c-93d0-ee5dadec4adc · prompt_version: 2026-05-03.1 · context: pr_diff, pr_metadata, commits, ticket:none, project_instructions, aksi_framework, adr:session-2026-03-13-adr-005-producer-protocol.md |
|
Merger cannot land this PR without a linked Paperclip issue. Please add the |
ancilis
left a comment
There was a problem hiding this comment.
Requesting changes for merge readiness.
- I validated the PR merge ref locally with Python 3.13 and the current Node toolchain:
pytest python/tests/ -vpassed (3337 passed, 2 skipped, 1 xfailed) andnpx vitest runpassed (1046 passed, 2 skipped). - The
cryptographybump itself looks low risk for this repo:pyproject.tomlalready requires Python>=3.10, and I found no direct in-repo imports ofcryptographyor its key-loading APIs. - I cannot approve while required gates remain red:
Dependency Auditstill fails onrequirements-lock.txtwith 9 known vulnerabilities in unrelated pins (msgpack 1.1.2,pydantic-settings 2.13.1,python-multipart 0.0.27,starlette 1.0.1). This PR leaves the lockfile in a non-mergeable state even though thecryptographyline itself is fine.Validate ANC issue linkagestill fails because the PR has no linkedANC-XXXXidentifier.
Please reroll this as an issue-linked dependency update that also clears the remaining vulnerable pins, or land it through the broader dependency-remediation branch once audit is green.
Bumps cryptography from 46.0.7 to 48.0.1.
Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
de987ce48.0.1 version bump and changelog (#14996)8e03e30bump for 48.0.0 release (#14796)295e0d2Add AGENTS.md with CLAUDE.md symlink (#14794)104a2deBump BoringSSL, OpenSSL, AWS-LC in CI (#14793)67ec1e5call check_length early on AesSiv::encrypt (#14792)b2da57achangelog for mldsa/mlkem for openssl (#14791)3cf44adML-KEM OpenSSL support (#14781)2e31639ML-DSA OpenSSL support (#14773)5affe5afix rust nightly clippy (#14790)2e73ca4bump rust-openssl dep and update EcPoint::mul_generator to mul_generator2 (#1...You can trigger a rebase of this PR 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.