chore(deps): bump cryptography from 46.0.5 to 50.0.0 in /envs/sumo_rl_env - #1055
chore(deps): bump cryptography from 46.0.5 to 50.0.0 in /envs/sumo_rl_env#1055dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.5...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 the cryptography 46.0.5 → 50.0.0 transitive lock bump in envs/sumo_rl_env.
Automated Checks
- Lint: PASS (for this PR).
bash .claude/hooks/lint.shexits 1, but only on the ~20 pre-existing unformattedenvs/**files (agent_world_model_env, chat_env, opencode_env, …). sumo_rl_env is not among them (0 matches), and this PR touches onlyuv.lock, which is not linted. The meaningful check for a lock bump —uv lock --check --project envs/sumo_rl_env— passes (126 packages resolved). - Debug code: CLEAN.
check-debug.shscanssrc/only; every hit is a pre-existing docstringprint()/ TODO. This PR touches onlyenvs/sumo_rl_env/uv.lock.
Open RFCs Context
RFCs on main: 000–005 + 010 (In Review / Draft). None govern dependency management, PyPI indexes, or packaging, so a transitive security bump has no RFC surface. Runtime-API / rewards-in-env / client-server / MCP / credential invariants are likewise untouched.
Tier 1: Fixes Required
None. Verification of the bump:
- Transitive → lock-only is correct.
cryptographyis not inpyproject.toml; it's pulled viaauthlib1.6.12,pyjwt[crypto], andsecretstorage3.5.0 (the openenv → fastmcp → keyring chain). Nopyproject/requires-distedit is expected, and none is present. - Hashes verified against PyPI. sdist
sha256:eeac2acb…a6c9(880201 B) plus spot-checked wheels (cp311 / cp39 / pp311 / cp314) matchpypi.org/pypi/cryptography/50.0.0/jsonsha256 + size exactly; none yanked.requires_python !=3.9.0,!=3.9.1,>=3.9is satisfied by the env's>=3.10. - Born-clean lock.
revision = 3and 0 HF-mirror refs at both base and head (143pypi.org/simpleon each side); nofiles.pythonhosted.orgline changed outsidecryptography-*. So none of the usual re-lock side effects (index-flip / revision bump / requires-dist re-sync) apply here. - Security-positive. The 46 → 50 jump clears the 11 advisories carried by 46.0.5 (GHSA-g6cj-pr64-35w5 / CVE-2026-69247 is fixed in exactly 50.0.0, plus 10 earlier fixes); PyPI lists 0 vulnerabilities for 50.0.0. This justifies the large version jump.
- Incidental benign marker normalizations (not a regression): the re-resolve also simplified redundant environment markers on
pandas2.3.3 / 3.0.1 inner deps (numpy / python-dateutil / pytz / tzdata) and onsecretstorage(cryptography / jeepney). These are semantically equivalent within each entry'sresolution-markersscope —pandas/numpyresolved versions are unchanged, andkeyringstill gatessecretstoragetosys_platform == 'linux'.uv lock --checkpassing confirms overall consistency.
Tier 2: Alignment Discussion
Principle Conflicts
None identified. A transitive security patch touches no principle/invariant surface (Gym API, rewards-in-environment, client-server separation, MCP boundary, credential handling).
RFC Conflicts
None identified.
ALIGNMENT FLAG (process, non-blocking): native dependabot PR bypasses exclude-paths
- Policy at stake:
.github/dependabot.yml— theuvupdater declaresdirectory: "/"withexclude-paths: ["envs/**"](commit 5f499da, #566). - The concern: this native
dependabot/uv/envs/sumo_rl_env/cryptography-50.0.0PR editsenvs/sumo_rl_env/uv.lock, exactly the pathexclude-paths: ["envs/**"]is meant to exclude.exclude-pathsis valid config, but theuvecosystem isn't honoring it (platform limitation); the intended channel for env bumps is thecodex/dependabot-envs-*aggregate roll-ups. The change itself is correct and worth landing — this is only a note that the env-scope exclusion isn't taking effect. No action needed on this PR. - Suggested reviewer: @burtenshaw (author of the
exclude-pathslines / dependabot config)
Summary
- 0 mechanical issues to fix
- 1 alignment point for human review (dependabot
exclude-pathsprocess note, non-blocking) - 0 RFC conflicts
Net: a clean, born-clean, security-positive transitive bump — safe to merge on its own merits.
Sent by Cursor Automation: Pre-review
| [[package]] | ||
| name = "cryptography" | ||
| version = "46.0.5" | ||
| version = "50.0.0" |
There was a problem hiding this comment.
cryptography 46.0.5 → 50.0.0 (transitive via authlib / pyjwt[crypto] / secretstorage).
Verified: sdist sha256:eeac2acb…a6c9 + spot-checked wheels (cp311/cp39/pp311/cp314) match PyPI exactly (none yanked); requires_python !=3.9.0,!=3.9.1,>=3.9 ⊇ env >=3.10; uv lock --check passes (126 pkgs).
Security-positive — clears the 11 advisories on 46.0.5 (incl. CVE-2026-69247, fixed in exactly 50.0.0); 0 vulns on 50.0.0.
Lock is born-clean (rev 3, all pypi.org/simple at base + head), so no index-flip / revision side effects.
|
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 46.0.5 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 bump of a security-sensitive transitive crypto library (via Authlib/SecretStorage); low direct code impact but worth smoke-testing installs and any auth/keyring paths on target platforms.
Overview
Updates
envs/sumo_rl_env/uv.lockso the resolvedcryptographypackage moves from 46.0.5 to 50.0.0, including refreshed sdist/wheel URLs and hashes for the new release.The lock refresh also simplifies a few transitive dependency markers (e.g.
pandasandsecretstorageentries) as part of re-resolution; there are no application orpyprojectsource changes in this PR.Reviewed by Cursor Bugbot for commit 040cd1a. Bugbot is set up for automated code reviews on this repo. Configure here.