Skip to content

chore(deps-dev): Update trio requirement from <0.34.0,>=0.31.0 to >=0.31.0,<0.35.0 - #84

Merged
ddanier merged 1 commit into
mainfrom
dependabot/uv/trio-gte-0.31.0-and-lt-0.35.0
Aug 19, 2026
Merged

chore(deps-dev): Update trio requirement from <0.34.0,>=0.31.0 to >=0.31.0,<0.35.0#84
ddanier merged 1 commit into
mainfrom
dependabot/uv/trio-gte-0.31.0-and-lt-0.35.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on trio to permit the latest version.

Release notes

Sourced from trio's releases.

v0.34.0

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. (python-trio/trio#1723)
  • Support Python 3.15, as of beta 4. Things may still change and so this support may break in the future. (python-trio/trio#3456)

Bugfixes

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

Commits
  • b3fd421 Bump version to 0.34.0
  • a443d4e Track max buffer usage in memory channel statistics (#3474)
  • 38b34b4 [pre-commit.ci] pre-commit autoupdate (#3490)
  • ca69fa8 Run GC on PyPy more for test_worker_thread_context_not_leaked (#3479)
  • 46c39db Bump dependencies from commit 3349ac (#3487)
  • 3349aca Add zizmor as gh action (#3482)
  • 1858c7f Fix Path.as_uri on Python 3.14 (#3460)
  • 72abfa5 Merge pull request #3485 from python-trio/pre-commit-ci-update-config
  • 8250ab9 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 3817a61 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

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)

Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version.
- [Release notes](https://github.com/python-trio/trio/releases)
- [Commits](python-trio/trio@v0.31.0...v0.34.0)

---
updated-dependencies:
- dependency-name: trio
  dependency-version: 0.34.0
  dependency-type: direct:development
...

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 Aug 17, 2026
@ddanier
ddanier merged commit dd8e2e5 into main Aug 19, 2026
16 checks passed
@ddanier
ddanier deleted the dependabot/uv/trio-gte-0.31.0-and-lt-0.35.0 branch August 19, 2026 04:39
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