-
Notifications
You must be signed in to change notification settings - Fork 17
chore(deps): update dependency exceptiongroup to v1.3.1 #3980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rhoai-2.18
Are you sure you want to change the base?
chore(deps): update dependency exceptiongroup to v1.3.1 #3980
Conversation
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux[bot]. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
==1.1.1->==1.3.1Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
agronholm/exceptiongroup (exceptiongroup)
v1.3.1Compare Source
AttributeError: 'TracebackException' object has no attribute 'exceptions'when formatting unpickled TBEs from another Python process which did not apply theexceptiongrouppatches (#144)v1.3.0Compare Source
**kwargsto function and method signatures as appropriate to match the signatures in the standard library(Base)ExceptionGroupgeneric types to define defaults for their generic arguments (defaulting toBaseExceptionGroup[BaseException]andExceptionGroup[Exception]) (PR by @mikenerone)BaseExceptionGroup.__init__()to directly callBaseException.__init__()instead of the superclass__init__()in order to emulate the CPython behavior (broken or not) (PR by @cfbolz)exceptionsattribute to always return the same tuple of exceptions, created from the original exceptions sequence passed toBaseExceptionGroupto match CPython behavior (#143)v1.2.2Compare Source
assertinexceptiongroup._formattingthat caused compatibility issues with Sentry (#123)v1.2.1Compare Source
__notes__to match CPython behavior (PR by CF Bolz-Tereick)BaseExceptionGroupinstead ofBaseExceptionsuppress()(PR by John Litborn)v1.2.0Compare Source
sys.excepthookso it will format exception groups correctly (PR by John Litborn)contextlib.suppress()from Python 3.12.1 which also handles suppressing exceptions inside exception groupsraisein a handler reraising the original naked exception rather than an exception group which is what is raised when you do araisein anexcept*handlerv1.1.3Compare Source
v1.1.2Compare Source
Configuration
📅 Schedule: 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.