chore(deps): Bump cryptography from 48.0.1 to 50.0.0 - #74
Conversation
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.1...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
·@·d·ependabot r·ebase (Updating this branch against Generated by Claude Code |
|
Correction to my last comment: the Dependabot mention I posted didn't actually go through as a working command — this bot's own tooling appears to sanitize @-mentions in posted text (inserting characters), so it can't reliably invoke Status as-is: the
The underlying change (cryptography 48.0.1 → 50.0.0, includes a security fix for CVE-2026-69247) is otherwise sound — no FFDH usage in this repo to worry about from the deprecation, and every other check passed before the branch update. Flagging for a maintainer to unstick. Generated by Claude Code |
miravoss26
left a comment
There was a problem hiding this comment.
Dependabot bump: cryptography 48.0.1 → 50.0.0 (two major versions), lockfile-only diff. drivers, packages, public-boundary, signed channel accepts this tree, and history-secret-scan all pass, so nothing in this repo's own surface broke against the new major.
- Blocking:
dcocheck fails — dependabot's commit has noSigned-off-by:trailer. Routine dependabot behavior, not a code issue, but it'll block merge until either the DCO check has a bot exemption or someone re-pushes the commit with a sign-off. - Worth a human glance: a 2-major-version jump on the crypto library is exactly the kind of dependency bump where "our tests pass" doesn't fully cover it — cryptography's major releases have dropped legacy algorithms/APIs before. Nothing in this diff touches usage sites (lockfile only), so low risk, but flagging since it's security-sensitive rather than routine.
No secrets, no new network destinations, no authz changes. Safe to merge from my read once the DCO gate is resolved.
|
·@·d·ependabot r·ebase Generated by Claude Code |
Signed-off-by: Claude Code <fredrik@sourceful-labs.com>
dd1b77b to
34226af
Compare
|
Automated maintenance pass: unstuck this one. The dependabot-mention route is confirmed dead — posting the literal command still gets mangled in transit (see the comment right above this one), so Underlying change is still the CVE-2026-69247 fix (cryptography 48.0.1 → 50.0.0), no FFDH usage in this repo to worry about from the deprecation. Generated by Claude Code |
miravoss26
left a comment
There was a problem hiding this comment.
Dependabot bump: cryptography 48.0.1 → 50.0.0 (a two-major-version jump), pyproject.toml + uv.lock only, no source changes.
Findings:
- No secrets, no new transitive dependencies beyond the version bump, no injection surface — mechanical lock update.
- Two major versions is more than a routine patch:
cryptography's release notes across 49→50 have historically dropped deprecated APIs and changed some default algorithm choices. Worth a quick check that nothing in this repo's driver code calls into an API that moved (I don't have visibility into actual usage from a lockfile diff alone). - All 6 CI checks green (drivers, packages, dco, history-secret-scan, public-boundary, signed channel).
Not in the pr-steward merge allowlist (device-drivers isn't a listed repo) — review only, no merge either way. Looks safe to merge from my read given CI is green, but flagging the major-version jump for a human glance before merging given it's a crypto library.
Signed-off-by: Fredrik Ahlgren <fredrik@sourceful-labs.com>
|
Current-main verification complete on fd17603. This repository uses cryptography only for Ed25519 signing and verification; there is no FFDH use. Local make check passed (3,524 passed, 1,421 skipped), and all six GitHub checks are green, including DCO, packages, drivers, and signed-channel validation. |
Bumps cryptography from 48.0.1 to 50.0.0.
Changelog
Sourced from cryptography's changelog.
... (truncated)
Commits
dcb7050Prepare for 50.0.0 release (#15372)53fccd9Don't leak how PKCS#7 encryptedKey decryption failed (#15369)d472f97Addfrom __future__ import annotationsto all src/ Python files (#15371)908773dBump downstream dependencies in CI (#15368)2cc07ccBump BoringSSL, OpenSSL, AWS-LC in CI (#15367)c94ede9chore(deps): bump ruff from 0.16.0 to 0.16.1 (#15366)67a8308chore(deps): bump virtualenv from 21.7.0 to 21.7.1 (#15365)95018ffRelease the GIL in one-shot AEAD encrypt/decrypt (#15361)6954733Release the GIL during DH and DSA parameter generation (#15364)6893b94Import _serialization instead of serialization in x509/extensions (#15363)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 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.