Skip to content

chore(deps): bump tornado from 6.5.5 to 6.5.6#45251

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

chore(deps): bump tornado from 6.5.5 to 6.5.6#45251
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
@dependabot dependabot Bot requested a review from a team June 12, 2026 22:22
@github-actions

Copy link
Copy Markdown
Contributor

🔎 Lint report: dependabot/uv/tornado-6.5.6 vs origin/main

ruff

Total: 0 on HEAD, 0 on base (➖ 0)

🆕 New issues: none

✅ Fixed issues: none

Unchanged: 0 pre-existing issues carried over.

ty (type checker)

Total: 10878 on HEAD, 10880 on base (✅ -2)

🆕 New issues (1):

Rule Count
invalid-assignment 1
First entries
tests/run_agent/test_credits_notices_toggle.py:76: [invalid-assignment] invalid-assignment: Object of type `None` is not assignable to attribute `_credits_session_start_micros` of type `int`

✅ Fixed issues (2):

Rule Count
unresolved-attribute 2
First entries
run_agent.py:2886: [unresolved-attribute] unresolved-attribute: Object of type `Self@get_credits_spent_micros` has no attribute `_credits_session_start_micros`
tests/run_agent/test_credits_notices_toggle.py:76: [unresolved-attribute] unresolved-attribute: Unresolved attribute `_credits_session_start_micros` on type `AIAgent`

Unchanged: 5702 pre-existing issues carried over.

Diagnostics are surfaced as warnings — this check never fails the build.

@alt-glitch alt-glitch added type/bug Something isn't working P3 Low — cosmetic, nice to have labels Jun 12, 2026
Liao-Jun-Tao added a commit to Liao-Jun-Tao/hermes-agent that referenced this pull request Jun 13, 2026
… fixes

Squash-merge of origin/main into fix/desktop-gateway-reconnect.
Keeps local WIP commit (7c49f0d1d) at the top of the squash.

Local fixes preserved (vs origin/main):
- apps/desktop/electron/main.cjs:
  * Fix IPC 'An object could not be cloned' on hermes:sys:env by
    returning { ...process.env } (process.env has prototype getters
    that break Electron's structured-clone algorithm).
  * Fix IPC 'callback must be of type function' in _execAsync by
    merging args into the command string (exec(file, args, callback)
    has no (file, args, options, callback) overload).
- apps/desktop/src/app/settings/constants.ts: drop 'sysmgr' from
  SECTIONS (dedicated view, not a ConfigSettings view), with comment
  explaining why; remove now-unused Cpu import.
- apps/desktop/src/app/settings/index.tsx: register SysmgrSettings
  in the platform/extension sidebar group (providers/gateway/keys/
  mcp/sessions), not the config group.
- apps/desktop/src/app/settings/types.ts: add 'sysmgr' to SettingsView.
- apps/desktop/src/app/settings/sysmgr/*: new System Manager panel
  with 4 sub-views (Processes / Environment / Services / Doctor).
- apps/desktop/src/lib/sys-manager.ts: renderer-side IPC bridge.
- pnpm-lock.yaml: dependency sync.

No conflicts (X theirs on 3-way merge handled everything cleanly).

Upstream commits included (highlights, last 7 days):
- 7d183f6 fix(desktop): theme the image-gen placeholder (NousResearch#45354)
- 492c402 perf(desktop): cut GUI streaming & interaction lag (NousResearch#45343)
- 3cf7d43 perf(desktop): faster session resume & warm AudioContext at idle
- edc36f3 perf(desktop): incremental markdown rendering during streams
- 7c226cc perf(desktop): isolate streaming re-renders & cut layout thrash
- d14f6c9 fix(desktop): stop streaming autoscroll bounce (NousResearch#45251)
- 78ce917 fix(desktop): crisp terminal text via opaque xterm canvas
- 956af7f fix(agent):  add metadata flag to context compression (NousResearch#38389)
- 691ff7c fix(compressor): keep last visible assistant reply in summary (NousResearch#29824)
- bba9b51 fix(delegation): remove default subagent wall-clock timeout (NousResearch#45149)
- 9b01c4d fix(update): never spawn interactive polkit prompt (NousResearch#45145)
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 P3 Low — cosmetic, nice to have python:uv Pull requests that update python:uv code type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant