Skip to content

Bump cryptography from 46.0.6 to 46.0.7#4257

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/pip/cryptography-46.0.7
Open

Bump cryptography from 46.0.6 to 46.0.7#4257
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/pip/cryptography-46.0.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps cryptography from 46.0.6 to 46.0.7 (to resolve a security alert).

Also: Bumps the other packages to the newest (while we're at it).

Also: Removes pyyaml from the *requirements.in files (since it's a dep of kubernetes and we never call it directly).

Changelog

Sourced from cryptography's changelog.

46.0.7 - 2026-04-07


* **SECURITY ISSUE**: Fixed an issue where non-contiguous buffers could be
  passed to APIs that accept Python buffers, which could lead to buffer
  overflow. **CVE-2026-39892**
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.5.6.

.. _v46-0-6:

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

This change is Reviewable

Summary by CodeRabbit

  • Chores
    • Removed unused dependency from project configuration
    • Updated pinned dependency versions across development and deployment environments to their latest patch releases for improved stability

Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.6 to 46.0.7.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.6...46.0.7)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Apr 8, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

⚠️ Commit Message Format Issues ⚠️

commit 7a755edc5f:
3: B1 Line exceeds max length (81>80): "Bumps cryptography from 46.0.6 to 46.0.7."

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.94%. Comparing base (89f76ce) to head (11b8948).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4257   +/-   ##
=======================================
  Coverage   75.94%   75.94%           
=======================================
  Files         303      303           
  Lines       11352    11352           
  Branches     1403     1403           
=======================================
  Hits         8621     8621           
  Misses       2330     2330           
  Partials      401      401           
Flag Coverage Δ
backend 87.23% <ø> (ø)
frontend 66.79% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@imnasnainaec imnasnainaec self-assigned this Apr 10, 2026
@imnasnainaec

This comment was marked as resolved.

@imnasnainaec imnasnainaec added the 🟩Low Low-priority PR label Apr 10, 2026
@coderabbitai

This comment was marked as resolved.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 10, 2026

📝 Walkthrough

Walkthrough

This PR removes the pyyaml dependency from requirements files and updates pinned versions of several common dependencies (charset-normalizer, cryptography, requests) across deployment, development, and maintenance requirement files.

Changes

Cohort / File(s) Summary
Deployment Requirements
deploy/requirements.in, deploy/requirements.txt
Removed explicit pyyaml entry and updated pinned versions for charset-normalizer (3.4.6→3.4.7), cryptography (46.0.6→46.0.7), and requests (2.33.0→2.33.1).
Development Requirements
dev-requirements.in, dev-requirements.txt
Removed explicit pyyaml entry from source; updated pinned versions for 11 dependencies including click, mypy, regex, tox, virtualenv, and various type stub packages to their latest minor/patch releases.
Maintenance Requirements
maintenance/requirements.txt
Updated pinned versions for charset-normalizer (3.4.6→3.4.7), cryptography (46.0.6→46.0.7), and requests (2.33.0→2.33.1).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Bump Docker and python deps #4097: Modifies the same deployment and development requirement files, handling pyyaml dependency changes and updating overlapping package pins.

Suggested labels

🟨Medium

Suggested reviewers

  • jasonleenaylor

Poem

🐰 The pyyaml leaf falls gently to the ground,
While versions dance and numbers spin around,
Dependencies refreshed with care so true,
The warren's tools are bright and shiny new! ✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title focuses on bumping cryptography from 46.0.6 to 46.0.7, which is one of multiple significant changes in the PR. However, the PR also removes pyyaml dependencies from multiple requirement files, which represents a substantial architectural change. Consider whether the primary change is the cryptography bump or the pyyaml removal. The title may need adjustment if pyyaml removal is the main objective, or clarification that both are equally significant changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/pip/cryptography-46.0.7

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file deployment 🟩Low Low-priority PR python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant