Skip to content

Bump exceptiongroup from 1.0.0rc9 to 1.0.1#2460

Merged
pquentin merged 1 commit intomasterfrom
dependabot/pip/exceptiongroup-1.0.1
Nov 4, 2022
Merged

Bump exceptiongroup from 1.0.0rc9 to 1.0.1#2460
pquentin merged 1 commit intomasterfrom
dependabot/pip/exceptiongroup-1.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 4, 2022

Bumps exceptiongroup from 1.0.0rc9 to 1.0.1.

Changelog

Sourced from exceptiongroup's changelog.

Version history

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

1.0.1

  • Fixed formatted traceback missing exceptions beyond 2 nesting levels of __context__ or __cause__

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

... (truncated)

Commits
  • 996e81f Added the release version
  • a0ec8cc Fixed traceback exception only showing 2 nested levels of context/cause (#38)
  • bffd8de [pre-commit.ci] pre-commit autoupdate (#37)
  • 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
  • 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)

Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.0.0rc9 to 1.0.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 4, 2022
@codecov
Copy link
Copy Markdown

codecov Bot commented Nov 4, 2022

Codecov Report

Merging #2460 (2a4740b) into master (3105e60) will increase coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2460      +/-   ##
==========================================
+ Coverage   98.96%   98.97%   +0.01%     
==========================================
  Files         117      117              
  Lines       16119    16119              
  Branches     3122     3122              
==========================================
+ Hits        15952    15954       +2     
  Misses        116      116              
+ Partials       51       49       -2     
Impacted Files Coverage Δ
trio/_highlevel_socket.py 98.19% <0.00%> (-1.81%) ⬇️
trio/_core/_io_kqueue.py 84.67% <0.00%> (-0.81%) ⬇️
trio/tests/test_highlevel_socket.py 99.36% <0.00%> (-0.64%) ⬇️
trio/tests/test_ssl.py 99.86% <0.00%> (+0.55%) ⬆️
trio/_highlevel_ssl_helpers.py 100.00% <0.00%> (+11.76%) ⬆️

@pquentin pquentin merged commit f8d0f62 into master Nov 4, 2022
@dependabot dependabot Bot deleted the dependabot/pip/exceptiongroup-1.0.1 branch November 4, 2022 10:43
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant