chore(deps-dev): bump trio from 0.30.0 to 0.31.0
Open
Number: #1021
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
Association: Contributor
Comments: 0
Created:
September 12, 2025 at 04:02 AM UTC
(9 months ago)
(9 months ago)
Updated:
September 12, 2025 at 04:02 AM UTC
(9 months ago)
(9 months ago)
Labels:
dependencies python
dependencies python
Description:
Bumps trio from 0.30.0 to 0.31.0.
Release notes
Sourced from trio's releases.
v0.31.0
Full Changelog: https://github.com/python-trio/trio/compare/v0.30.0...v0.31.0
Features
Cancelledstrings can now display the source and reason for a cancellation. Trio-internal sources of cancellation will set this string, andCancelScope.cancelnow has areasonstring parameter that can be used to attach info to anyCancelledto help in debugging. (python-trio/trio#3232)Bugfixes
- Make ctrl+c work in more situations in the Trio REPL (
python -m trio). (python-trio/trio#3007)- Allow pickling
trio.Cancelled, as they can show up when you want to pickle something else. This does not rule out pickling otherNoPublicConstructorobjects -- create an issue if necessary. (python-trio/trio#3248)- Decrease import time on Windows by around 10%. (python-trio/trio#3263)
- Handle unwrapping SystemExit/KeyboardInterrupt exception gracefully in utility function
raise_single_exception_from_groupthat reraises last exception from group. (python-trio/trio#3275)- Ensure that the DTLS server does not mutate SSL context. (python-trio/trio#3277)
- Avoid having
trio.as_safe_channelraise if closing the generator wrappedGeneratorExitin aBaseExceptionGroup. (python-trio/trio#3324)Deprecations and removals
- Implement
bool(trio.Event)and have it raise aDeprecationWarningand tell users to usetrio.Event.is_setinstead. This is an alternative tomypy --enable-error-code=truthy-boolfor users who don't use type checking. (python-trio/trio#3322)Miscellaneous internal changes
- When misnesting nurseries you now get a helpful
RuntimeErrorinstead of a catastrophicTrioInternalError. (python-trio/trio#3307)
Commits
94b7244Bump version to 0.31.0439de50[pre-commit.ci] pre-commit autoupdate (#3327)cc148cfSuppress GeneratorExit from.aclose()foras_safe_channel(#3325)fc352b2check for nursery misnesting on task exit (#3307)5bfba27Improve REPL KI (#3030)7cc7f6bDefinetrio.Event.__bool__()to reduce bugs (#3322)8dd7d8eDependency updates (#3323)02c3794Removetyping_extensionsrequirementc3a0a76,->;e34ce24Add message properly- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| trio | [>= 0.28.dev0, < 0.29] |
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+1
+1
Deletions:
-1
-1
Package Dependencies
Technical Details
| ID: | 7585806 |
| UUID: | 2821157135 |
| Node ID: | PR_kwDODnmQMs6oJ3EP |
| Host: | GitHub |
| Repository: | microsoftgraph/msgraph-sdk-python-core |
| Merge State: | Unknown |