chore(deps): bump cryptography from 48.0.0 to 50.0.0 in /envs/calendar_env - #1062
chore(deps): bump cryptography from 48.0.0 to 50.0.0 in /envs/calendar_env#1062dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@48.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
There was a problem hiding this comment.
Alignment Review Report
Automated two-tier review of this Dependabot bump (cryptography 48.0.0 → 50.0.0 in envs/calendar_env). The diff touches a single file — envs/calendar_env/uv.lock — with no Python source changes.
Automated Checks
- Lint: PASS (scoped to this PR). No
.pyfiles change, so the PR introduces no formatting/lint findings. I also ranuv lock --checkinenvs/calendar_env→ Resolved 125 packages, confirming the lockfile stays internally consistent withpyproject.toml.- Note (out of scope): the repo-wide
.claude/hooks/lint.shreports pre-existingruff formatdiffs in ~25 files across other envs (chat_env,opencode_env,pi_env, …). None are incalendar_envand none are touched by this PR — they are pre-existing onmain.
- Note (out of scope): the repo-wide
- Debug code: CLEAN (scoped to this PR).
check-debug.shonly surfaces pre-existingprint/TODOstatements undersrc/openenv/; none appear in this diff.
Open RFCs Context
In Review: 000 (project-phases), 001 (abstractions), 002 (env-spec), 003 (MCP), 005 (agentic-harnesses); plus 004 (rubrics); Draft: 010 (echo-env world model). All concern core abstractions, env spec, the MCP/Gym boundary, rewards/rubrics, harnesses, and world modeling. None govern dependency or supply-chain management, so none are implicated by a lockfile bump.
Tier 1: Fixes Required
None.
cryptographyis a transitive dependency (pulled in viasecretstorage); it is not pinned inpyproject.tomlorrequirements.txt, so no manifest needs a matching edit.- The remaining hunks (
pandas,secretstoragemarker simplifications) are normaluv lockregeneration churn, not semantic dependency changes. - Security: upgrading
cryptographyis security-positive; no credentials or secrets are involved.
Tier 2: Alignment Discussion
Principle Conflicts
None identified. A transitive lockfile bump does not touch the Gymnasium-style API (reset/step/state), the MCP agent boundary, rewards-in-environment, client/server separation, or agent-reset isolation.
RFC Conflicts
None identified. No open or draft RFC covers dependency / supply-chain management.
Summary
- 0 mechanical issues to fix
- 0 alignment points for human review
- 0 RFC conflicts to discuss
Clean, low-risk transitive dependency bump — no blocking concerns.
Sent by Cursor Automation: Pre-review
|
Closing in favor of aggregate env Dependabot PR #1015. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |


Bumps cryptography from 48.0.0 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.
Note
Medium Risk
Major-version cryptography upgrade affects transitive crypto/TLS/auth paths (e.g. via Authlib); low direct code change but warrants regression checks on auth and any PKCS#7 usage.
Overview
Updates
envs/calendar_env/uv.lockso the resolvedcryptographypackage moves from 48.0.0 to 50.0.0, including refreshed wheel/sdist pins for all supported platforms.The re-lock also tweaks unrelated dependency markers (e.g.
pandasandsecretstorageedges) as a side effect of resolving the graph with the new cryptography release—no application source changes.50.0.0 includes a security fix (CVE-2026-69247) for PKCS#7 decryption oracles; worth noting if this env decrypts untrusted PKCS#7/S-MIME content via
cryptography.Reviewed by Cursor Bugbot for commit d85f80d. Bugbot is set up for automated code reviews on this repo. Configure here.