Skip to content

ci(deps): bump tornado from 6.5.1 to 6.5.7#3135

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/tornado-6.5.7
Open

ci(deps): bump tornado from 6.5.1 to 6.5.7#3135
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/tornado-6.5.7

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps tornado from 6.5.1 to 6.5.7.

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
  • 48fc2d4 Merge pull request #3633 from bdarnell/curl-reset-65
  • 4ae1ddd Release notes and version bump for 6.5.7
  • 3154caa curl_httpclient: Reset the curl object before putting it on the freelist
  • 7d869c0 Merge pull request #3631 from bdarnell/cve-links
  • 288241f docs: Use the correct link syntax
  • 8da981c docs: Add CVE links to 6.5.6 release notes
  • 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
  • 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.1 to 6.5.7.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.5.1...v6.5.7)

---
updated-dependencies:
- dependency-name: tornado
  dependency-version: 6.5.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:uv Pull requests that update python:uv code labels Jun 18, 2026
@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
langfuse-docs Ready Ready Preview, Comment Jun 18, 2026 11:40am

Request Review

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jun 18, 2026
@github-actions github-actions Bot enabled auto-merge June 18, 2026 11:36
@dosubot dosubot Bot added the auto-merge This PR is set to be merged label Jun 18, 2026

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM, mechanical dependabot patch bump of tornado (transitive dev dependency via ipykernel/jupyter-client) including security fixes.

Extended reasoning...

Overview

This is a Dependabot PR bumping tornado from 6.5.1 to 6.5.7 in uv.lock only. Tornado is a transitive dev dependency pulled in via ipykernel and jupyter-client (Jupyter notebook execution for cookbooks). No source code is touched, no pyproject.toml changes — just lockfile updates with new wheels and hashes. The lockfile revision is also bumped from 2 to 3, which is expected when regenerating with a newer uv.

Security risks

None introduced by this PR. The bump goes the other direction — 6.5.x patch releases between 6.5.1 and 6.5.7 include security fixes (e.g. stripping auth headers on cross-origin redirects in simple_httpclient, curl client reset on freelist). Since tornado is only used here for local Jupyter kernel/cookbook execution (dev dependency), the security impact is low either way.

Level of scrutiny

Low. This is a patch-version dependency bump on a dev-only transitive dependency, generated by Dependabot and labelled auto-merge. The change is mechanical and limited to lockfile entries. No logic, config, or build changes.

Other factors

The PR carries the auto-merge label, indicating the repo's intended workflow for these. Vercel preview build is running. No outstanding reviewer comments.

@github-actions github-actions Bot added this pull request to the merge queue Jun 18, 2026
@bezbac bezbac removed this pull request from the merge queue due to a manual request Jun 18, 2026
@dosubot dosubot Bot removed the auto-merge This PR is set to be merged label Jun 18, 2026
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 size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants