Skip to content

chore(deps): update dependency trio to ^0.34.0 - #256

Merged
uSpike merged 1 commit into
mainfrom
renovate/trio-0.x
Sep 3, 2026
Merged

chore(deps): update dependency trio to ^0.34.0#256
uSpike merged 1 commit into
mainfrom
renovate/trio-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
trio (changelog) ^0.32.0^0.34.0 age confidence

Release Notes

python-trio/trio (trio)

v0.34.0

Compare Source

Full Changelog: python-trio/trio@v0.33.0...v0.34.0

Features

  • MemoryChannelStatistics now has a peak_buffer_used field, which reports the largest number of items that have ever been in the channel's buffer at once. This makes it easier to pick a sensible max_buffer_size based on data from a real run, instead of guessing. (#​1723)
  • Support Python 3.15, as of beta 4. Things may still change and so this support may break in the future. (#​3456)

Bugfixes

  • Nursery.start() now preserves the __cause__ and __context__ of exceptions raised before task_status.started() is called. (#​3261)
  • Fixed incorrect error message in run_process: the stdout pipe check now correctly says "stdout" instead of "stdin". (#​3409)
  • Fixed trio.Path.as_uri() on Python 3.14+ to avoid the deprecated pathlib.PurePath.as_uri() path. (#​3460)
  • Fixed trio.to_thread.run_sync workers leaking spawner's Context on py314t+ free-threaded builds. (#​3472)

Deprecations and removals

  • Trying to use absolute deadlines on a trio.CancelScope constructed with a relative deadline now raises, after being deprecated since Trio 0.27.0.

    To switch a cancel scope from being relative to absolute, replace the trio.CancelScope object instead of trying to mutate it. (#​3403)

v0.33.0

Compare Source

Full Changelog: python-trio/trio@v0.32.0...v0.33.0

Bugfixes

  • Start supporting Android's new "android" sys.platform. (#​3357)

Deprecations and removals

  • Both trio.testing.RaisesGroup and trio.testing.Matcher have been deprecated. Pytest alternatives pytest.RaisesGroup and pytest.RaisesExc (respectively) are considered correct replacement. (#​3326)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/trio-0.x branch 2 times, most recently from e1d73e7 to 854ed69 Compare July 13, 2026 12:45
@renovate
renovate Bot force-pushed the renovate/trio-0.x branch from 854ed69 to 72b6d7f Compare July 20, 2026 21:50
@renovate renovate Bot changed the title chore(deps): update dependency trio to ^0.33.0 chore(deps): update dependency trio to ^0.34.0 Aug 11, 2026
@renovate
renovate Bot force-pushed the renovate/trio-0.x branch from 72b6d7f to ab884db Compare August 11, 2026 00:57
@renovate
renovate Bot force-pushed the renovate/trio-0.x branch from ab884db to cf636a1 Compare September 3, 2026 15:11
@uSpike
uSpike merged commit fb7effb into main Sep 3, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/trio-0.x branch September 3, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant