Skip to content
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

Bump exceptiongroup from 1.0.0rc9 to 1.0.0 #162

Merged
merged 1 commit into from Oct 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2022

Bumps exceptiongroup from 1.0.0rc9 to 1.0.0.

Changelog

Sourced from exceptiongroup's changelog.

Version history

This library adheres to Semantic Versioning 2.0 <http://semver.org/>_.

1.0.0

  • Fixed AttributeError: 'PatchedTracebackException' object has no attribute '__cause__' on Python 3.10 (only) when a traceback is printed from an exception where an exception group is set as the cause (#33)
  • Fixed a loop in exception groups being rendered incorrectly (#35)
  • Fixed the patched formatting functions (format_exception()etc.) not passing the compact=True flag on Python 3.10 like the original functions do

1.0.0rc9

  • Added custom versions of several traceback functions that work with exception groups even if monkey patching was disabled or blocked

1.0.0rc8

  • Don't monkey patch anything if sys.excepthook has been altered
  • Fixed formatting of SyntaxError in the monkey patched TracebackException.format_exception_only() method

1.0.0rc7

  • BACKWARDS INCOMPATIBLE Changed catch() to not wrap an exception in an exception group if only one exception arrived at catch() and it was not matched with any handlers. This was to match the behavior of except*.

1.0.0rc6

  • BACKWARDS INCOMPATIBLE Changed catch() to match the behavior of except*: each handler will be called only once per key in the handlers dictionary, and with an exception group as the argument. Handlers now also catch subclasses of the given exception types, just like except*.

1.0.0rc5

  • Patch for traceback.TracebackException.format_exception_only() (PR by Zac Hatfield-Dodds)

1.0.0rc4

  • Update PEP 678_ support to use .add_note() and __notes__ (PR by Zac Hatfield-Dodds)

1.0.0rc3

  • Added message about the number of sub-exceptions

... (truncated)

Commits
  • 85f584f Added the release version
  • f50000b Added back the python-version parameter to setup-python
  • 36a4293 Updated actions
  • fb4b7c7 Fixed AttributeError when rendering an excgroup as a cause (#34)
  • 91931b8 Removed another instance of the pip workaround
  • 8a3e42b Test against Python 3.11 final
  • 1ec80c6 Removed pip workaround
  • b9919b1 Updated several actions to their latest versions
  • d0f0ed6 [pre-commit.ci] pre-commit autoupdate (#32)
  • 9507fab [pre-commit.ci] pre-commit autoupdate (#30)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 28, 2022
@davanstrien
Copy link
Owner

@dependabot rebase

Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.0.0rc9 to 1.0.0.
- [Release notes](https://github.com/agronholm/exceptiongroup/releases)
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](agronholm/exceptiongroup@1.0.0rc9...1.0.0)

---
updated-dependencies:
- dependency-name: exceptiongroup
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/exceptiongroup-1.0.0 branch from 3c4b297 to d7ec251 Compare October 28, 2022 08:18
@davanstrien davanstrien merged commit d49f171 into main Oct 28, 2022
@davanstrien davanstrien deleted the dependabot/pip/exceptiongroup-1.0.0 branch October 28, 2022 08:24
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 Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant