msgraph-sdk-python-core
msgraph-sdk-python-core copied to clipboard
chore(deps-dev): bump trio from 0.30.0 to 0.31.0
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] |
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code