Skip to content

Bump cryptography from 46.0.4 to 46.0.5#344

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/cryptography-46.0.5
Mar 3, 2026
Merged

Bump cryptography from 46.0.4 to 46.0.5#344
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/cryptography-46.0.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 3, 2026

Bumps cryptography from 46.0.4 to 46.0.5.

Changelog

Sourced from cryptography's changelog.

46.0.5 - 2026-02-10


* An attacker could create a malicious public key that reveals portions of your
  private key when using certain uncommon elliptic curves (binary curves).
  This version now includes additional security checks to prevent this attack.
  This issue only affects binary elliptic curves, which are rarely used in
  real-world applications. Credit to **XlabAI Team of Tencent Xuanwu Lab and
  Atuin Automated Vulnerability Discovery Engine** for reporting the issue.
  **CVE-2026-26007**
* Support for ``SECT*`` binary elliptic curves is deprecated and will be
  removed in the next release.

.. v46-0-4:

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)

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

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python python programming languagae labels Mar 3, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 3, 2026 22:53
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 3, 2026
Copy link
Copy Markdown

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions Bot enabled auto-merge (squash) March 3, 2026 22:54
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 3, 2026

🤖 Claude Code Review

PR Code Review

Code Quality

Code follows style guide - Simple dependency version bump, no style concerns.

No commented-out code - N/A for this change.

Meaningful variable names - N/A for this change.

DRY principle followed - N/A for this change.

No defects identified - This is a straightforward dependency version bump from cryptography==46.0.4 to cryptography==46.0.5.

CLAUDE.md review - No issues; the project configuration is general and environment-agnostic.

Testing

No new tests required - This is a dependency version bump only; no functional code changes.

Documentation

README update not needed - Dependency bumps don't require README changes.

API docs not affected - No API changes.

Inline comments - N/A.

CHANGELOG.md - Not included in diff, but dependency bumps of this nature (patch security releases) are typically auto-merged and may not require a manual changelog entry depending on project convention.

Markdown formatting - N/A.

Security

No hardcoded credentials - N/A.

No sensitive data - N/A.

No license files - N/A.

Security improvement - cryptography 46.0.5 is a patch release that likely addresses security vulnerabilities in 46.0.4. This is a beneficial security update.


Summary

This PR is a minimal, low-risk dependency version bump for the cryptography package (development dependency only). No issues found. Approved.

Automated code review analyzing defects and coding standards

@github-actions github-actions Bot merged commit 8bdcb88 into main Mar 3, 2026
59 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/cryptography-46.0.5 branch March 3, 2026 22:54
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 python python programming languagae

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant