Skip to content

Bump tornado from 6.5.5 to 6.5.6#179

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/tornado-6.5.6
Closed

Bump tornado from 6.5.5 to 6.5.6#179
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/tornado-6.5.6

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tornado from 6.5.5 to 6.5.6.

Changelog

Sourced from tornado's changelog.

Release notes

.. toctree:: :maxdepth: 2

releases/v6.5.7 releases/v6.5.6 releases/v6.5.5 releases/v6.5.4 releases/v6.5.3 releases/v6.5.2 releases/v6.5.1 releases/v6.5.0 releases/v6.4.2 releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0 releases/v5.0.2 releases/v5.0.1 releases/v5.0.0 releases/v4.5.3 releases/v4.5.2 releases/v4.5.1 releases/v4.5.0 releases/v4.4.3 releases/v4.4.2 releases/v4.4.1 releases/v4.4.0 releases/v4.3.0 releases/v4.2.1 releases/v4.2.0 releases/v4.1.0 releases/v4.0.2 releases/v4.0.1 releases/v4.0.0 releases/v3.2.2 releases/v3.2.1

... (truncated)

Commits
  • aba2569 Merge pull request #3626 from bdarnell/fixes-656
  • a24b260 httpclient_test: Accept an additional error message variant
  • a74240a Release notes and version bump for 6.5.6.
  • e8fc7ed simple_httpclient: Strip auth headers on cross-origin redirects
  • 96dc88c speedups: validate mask length
  • ff808b3 http1connection: Enforce max_body_size in _GzipMessageDelegate
  • ede4e37 auth: Correctly parse check_authentication response
  • 1c178be Remove obsolete curl force_timeout workaround
  • c99d55b Replace deprecated pycurl IOCTLFUNCTION callback with SEEKFUNCTION
  • 2761431 Merge pull request #3587 from bdarnell/fix-link
  • Additional commits viewable in compare view

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.

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.5.5 to 6.5.6.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.5.5...v6.5.6)

---
updated-dependencies:
- dependency-name: tornado
  dependency-version: 6.5.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 12, 2026
@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 Fix Versions Status
torch 2.12.0 CVE-2025-3000 (none) No fix available on PyPI

Why this cannot be auto-fixed

CVE-2025-3000 affects torch.jit.script (memory corruption vulnerability). pip-audit reports no fix version, and 2.12.0 is already the latest torch release on PyPI — there is no newer version to upgrade to.

A fix requires the upstream PyTorch maintainers to release a new version that addresses this CVE. Once a patched release is published to PyPI, aieng-bot can re-run and apply the update automatically.

Note on this PR

This PR itself (bumping tornado from 6.5.5 to 6.5.6) is a valid security fix and the change is correct. The torch CVE is a pre-existing issue that blocks CI on this branch, unrelated to the tornado bump.

Recommended next steps

  1. Monitor CVE-2025-3000 and the PyTorch issue tracker for a patch release
  2. Consider whether a pip-audit ignore/exception can be added temporarily with justification (requires human review)
  3. Once a patched torch version is released to PyPI, this PR can be re-run and auto-merged

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

@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.12.0 CVE-2025-3000 No fix available on PyPI

Why this cannot be auto-fixed

The vulnerability is in torch 2.12.0 (CVE-2025-3000: memory corruption in torch.jit.script). The latest version on PyPI is 2.12.0 — there is no newer release that resolves this CVE. A fix requires the upstream PyTorch maintainers to release a new version.

Recommended next steps

  1. Monitor the CVE-2025-3000 advisory and the PyTorch GitHub for a patch release
  2. Once a patched release is published to PyPI, aieng-bot can re-run and apply the update automatically
  3. Consider whether a pip-audit ignore/exception can be added temporarily with justification (requires human review)

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

@amrit110

Copy link
Copy Markdown
Member

Security Vulnerability — No Patch Available Yet

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

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

Why this cannot be auto-fixed

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

Recommended next steps

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

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

@amrit110

Copy link
Copy Markdown
Member

Security Vulnerability — No Patch Available Yet

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

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

Why this cannot be auto-fixed

The vulnerability exists in torch itself (torch.jit.script memory corruption). A fix requires the upstream PyTorch maintainers to release a new version. torch 2.12.0 is currently the latest version on PyPI, and pip-audit reports no known fix version for CVE-2025-3000. Once a patched release is published to PyPI, aieng-bot can re-run and apply the update automatically.

Recommended next steps

  1. Monitor the CVE-2025-3000 advisory for a patch release from PyTorch
  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 vulnerability is resolved.

@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #182.

@dependabot dependabot Bot closed this Jun 17, 2026
@dependabot dependabot Bot deleted the dependabot/uv/tornado-6.5.6 branch June 17, 2026 17:36
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