Skip to content

Bump cryptography from 46.0.7 to 48.0.1 - #109

Merged
amrit110 merged 4 commits into
mainfrom
dependabot/uv/cryptography-48.0.1
Jun 20, 2026
Merged

Bump cryptography from 46.0.7 to 48.0.1#109
amrit110 merged 4 commits into
mainfrom
dependabot/uv/cryptography-48.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps cryptography from 46.0.7 to 48.0.1.

Changelog

Sourced from cryptography's changelog.

48.0.1 - 2026-06-09


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 4.0.1.

.. _v48-0-0:

48.0.0 - 2026-05-04

  • BACKWARDS INCOMPATIBLE: Support for Python 3.8 has been removed. cryptography now requires Python 3.9 or later.

  • BACKWARDS INCOMPATIBLE: Loading an X.509 CRL whose inner TBSCertList.signature algorithm does not match the outer signatureAlgorithm now raises ValueError. Previously, such CRLs were parsed successfully and only rejected during signature validation.

  • Added support for :doc:/hazmat/primitives/asymmetric/mlkem and :doc:/hazmat/primitives/asymmetric/mldsa when using OpenSSL 3.5.0 or later, in addition to the existing AWS-LC and BoringSSL support. This means post-quantum algorithms are now available to users of our wheels.

    • Note: Going forward, we do not guarantee that all functionality in cryptography will be available when building against OpenSSL. See :doc:/statements/state-of-openssl for more information.

.. _v47-0-0:

47.0.0 - 2026-04-24


* Support for Python 3.8 is deprecated and will be removed in the next
  ``cryptography`` release.
* **BACKWARDS INCOMPATIBLE:** Support for binary elliptic curves
  (``SECT*`` classes) has been removed. These curves are rarely used and
  have additional security considerations that make them undesirable.
* **BACKWARDS INCOMPATIBLE:** Support for OpenSSL 1.1.x has been removed.
  OpenSSL 3.0.0 or later is now required. LibreSSL, BoringSSL, and AWS-LC
  continue to be supported.
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 4.1.
* **BACKWARDS INCOMPATIBLE:** Loading keys with unsupported algorithms or
  keys with unsupported explicit curve encodings now raises
  :class:`~cryptography.exceptions.UnsupportedAlgorithm` instead of
  ``ValueError``. This change affects
  :func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key`,
  :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key`,
  :func:`~cryptography.hazmat.primitives.serialization.load_pem_public_key`,
  :func:`~cryptography.hazmat.primitives.serialization.load_der_public_key`,
  and :meth:`~cryptography.x509.Certificate.public_key` when called on
  certificates with unsupported public key algorithms.
</tr></table> 

... (truncated)

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.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 18, 2026
@amrit110
amrit110 force-pushed the dependabot/uv/cryptography-48.0.1 branch from 0db7767 to e6390ea Compare June 19, 2026 01:19
@amrit110

Copy link
Copy Markdown
Member

Security Vulnerability — No Patch Available Yet

aieng-bot found the following security vulnerability reported by pip-audit, but cannot fix it automatically because no patched version has been released to PyPI yet:

Package Version Vulnerability Status
torch 2.11.0 CVE-2025-3000 No fix available on PyPI

Why this cannot be auto-fixed

The vulnerability exists in torch itself. pip-audit reports no fix version is available. A fix requires the upstream maintainers to release a new version. Once a patched release is published to PyPI, aieng-bot can re-run and apply the update automatically.

What was fixed in this push

The following vulnerabilities have been fixed in this PR:

Package Old Version New Version Vulnerabilities Fixed
aiohttp 3.14.0 3.14.1 CVE-2026-54273, CVE-2026-54274, CVE-2026-54275, CVE-2026-54276, CVE-2026-54277, CVE-2026-54278, CVE-2026-54279, CVE-2026-54280
starlette 1.1.0 1.3.1 CVE-2026-54282, CVE-2026-54283
tornado 6.5.5 6.5.7 CVE-2026-49853, CVE-2026-49854, CVE-2026-49855, GHSA-pw6j-qg29-8w7f

Recommended next steps

  1. Monitor the CVE-2025-3000 advisory for a patch release for torch
  2. Check if a pip-audit ignore/exception can be added temporarily with justification (requires human review)
  3. Consider whether this dependency can be replaced with an alternative

This PR will not be auto-merged until the torch vulnerability is resolved.

@amrit110

Copy link
Copy Markdown
Member

Automated fix applied and PR merged

The agentic fix loop successfully fixed this PR and merged it.

✓ Successfully fixed security failures - Modified 1 files - Executed 316 agent actions - (199 info, 49 tool_call, 11 error, 39 tool_result, 18 reasoning)

View detailed trace on dashboard | Raw trace

AI Engineering Maintenance Bot

@amrit110
amrit110 force-pushed the dependabot/uv/cryptography-48.0.1 branch from 0e06be0 to 5322541 Compare June 20, 2026 01:30
dependabot Bot and others added 4 commits June 20, 2026 01:32
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@46.0.7...48.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 48.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
- aiohttp>=3.14.1 (fixes CVE-2026-54273 through CVE-2026-54280)
- starlette>=1.3.1 (fixes CVE-2026-54282, CVE-2026-54283)
- tornado>=6.5.7 (fixes CVE-2026-49853, CVE-2026-49854, CVE-2026-49855, GHSA-pw6j-qg29-8w7f)

Note: torch CVE-2025-3000 has no fix version available on PyPI yet.

Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
The local `gaca-ews` package is installed as an editable install and
is not on PyPI. pip-audit 2.10.0 fails with exit code 1 when it cannot
find a package on PyPI. Adding --skip-editable tells pip-audit to skip
such packages.

Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
- msgpack>=1.2.1 to address GHSA-6v7p-g79w-8964 (SEGV/DoS via Unpacker reuse after error)
- pydantic-settings>=2.14.2 to address GHSA-4xgf-cpjx-pc3j (symlink traversal out-of-tree read)
- torch>=2.12.1 to address CVE-2025-3000 (memory corruption in torch.jit.script)

Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai>
@amrit110
amrit110 force-pushed the dependabot/uv/cryptography-48.0.1 branch from 5322541 to 63a3adc Compare June 20, 2026 01:32
@amrit110
amrit110 merged commit 2352aee into main Jun 20, 2026
8 checks passed
@amrit110
amrit110 deleted the dependabot/uv/cryptography-48.0.1 branch June 20, 2026 01:36
@amrit110

Copy link
Copy Markdown
Member

Automated fix applied and PR merged

The agentic fix loop successfully fixed this PR and merged it.

✓ Successfully fixed security failures - Modified 2 files - Executed 1088 agent actions - (767 info, 136 tool_call, 34 error, 97 tool_result, 54 reasoning)

View detailed trace on dashboard | Raw trace

AI Engineering Maintenance Bot

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant