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
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
September 12, 2025 at 04:02 AM UTC
(about 10 hours ago)
(about 10 hours ago)
Updated:
September 12, 2025 at 04:02 AM UTC
(about 10 hours ago)
(about 10 hours 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
Cancelled
strings can now display the source and reason for a cancellation. Trio-internal sources of cancellation will set this string, andCancelScope.cancel
now has areason
string parameter that can be used to attach info to anyCancelled
to 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 otherNoPublicConstructor
objects -- 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_group
that 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_channel
raise if closing the generator wrappedGeneratorExit
in aBaseExceptionGroup
. (python-trio/trio#3324)Deprecations and removals
- Implement
bool(trio.Event)
and have it raise aDeprecationWarning
and tell users to usetrio.Event.is_set
instead. This is an alternative tomypy --enable-error-code=truthy-bool
for users who don't use type checking. (python-trio/trio#3322)Miscellaneous internal changes
- When misnesting nurseries you now get a helpful
RuntimeError
instead of a catastrophicTrioInternalError
. (python-trio/trio#3307)
Commits
94b7244
Bump version to 0.31.0439de50
[pre-commit.ci] pre-commit autoupdate (#3327)cc148cf
Suppress GeneratorExit from.aclose()
foras_safe_channel
(#3325)fc352b2
check for nursery misnesting on task exit (#3307)5bfba27
Improve REPL KI (#3030)7cc7f6b
Definetrio.Event.__bool__()
to reduce bugs (#3322)8dd7d8e
Dependency updates (#3323)02c3794
Removetyping_extensions
requirementc3a0a76
,
->;
e34ce24
Add 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
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 |