chore(deps): bump tornado from 6.5.5 to 6.5.6#45251
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
Contributor
🔎 Lint report:
|
| 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.
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps tornado from 6.5.5 to 6.5.6.
Changelog
Sourced from tornado's changelog.
... (truncated)
Commits
aba2569Merge pull request #3626 from bdarnell/fixes-656a24b260httpclient_test: Accept an additional error message varianta74240aRelease notes and version bump for 6.5.6.e8fc7edsimple_httpclient: Strip auth headers on cross-origin redirects96dc88cspeedups: validate mask lengthff808b3http1connection: Enforce max_body_size in _GzipMessageDelegateede4e37auth: Correctly parse check_authentication response1c178beRemove obsolete curl force_timeout workaroundc99d55bReplace deprecated pycurl IOCTLFUNCTION callback with SEEKFUNCTION2761431Merge pull request #3587 from bdarnell/fix-linkDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.