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.0rc8 to 1.0.0rc9 #4

Merged
merged 1 commit into from
Aug 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2022

Bumps exceptiongroup from 1.0.0rc8 to 1.0.0rc9.

Changelog

Sourced from exceptiongroup's changelog.

Version history

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

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

1.0.0rc2

  • Display and copy __note__ (draft PEP 678_) if available (PR by Zac Hatfield-Dodds)

.. _PEP 678: https://www.python.org/dev/peps/pep-0678/

1.0.0rc1

  • Initial release
Commits
  • baa216c Added the release version
  • db496b6 Provide special versions of traceback formatting functions (#22)
  • d8a89ae [pre-commit.ci] pre-commit autoupdate (#19)
  • 8213f21 [pre-commit.ci] pre-commit autoupdate (#17)
  • 54af797 Updated tests to pass on the latest Python 3.11.0b4
  • ecf1c04 Fixed flake8 false positives (B023)
  • 20b07e7 [pre-commit.ci] pre-commit autoupdate (#16)
  • 28091b6 [pre-commit.ci] pre-commit autoupdate (#15)
  • b47d003 [pre-commit.ci] pre-commit autoupdate (#13)
  • See full diff 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 29, 2022
@raimannma raimannma merged commit 61a5eff into master Aug 29, 2022
@raimannma raimannma deleted the dependabot/pip/exceptiongroup-1.0.0rc9 branch August 29, 2022 07:08
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.

1 participant