Skip to content

Commit 2b49032

Browse files
meili-bors[bot]dependabot[bot]alallema
authored
Merge #353
353: Bump exceptiongroup from 1.1.0 to 1.1.1 r=alallema a=dependabot[bot] Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.1.0 to 1.1.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst">exceptiongroup's changelog</a>.</em></p> <blockquote> <h1>Version history</h1> <p>This library adheres to <code>Semantic Versioning 2.0 &lt;http://semver.org/&gt;</code>_.</p> <p><strong>1.1.1</strong></p> <ul> <li>Worked around <code>CPython issue [#98778](https://github.com/agronholm/exceptiongroup/issues/98778) &lt;https://github.com/python/cpython/issues/98778&gt;</code>_, <code>urllib.error.HTTPError(..., fp=None)</code> raises <code>KeyError</code> on unknown attribute access, on affected Python versions. (PR by Zac Hatfield-Dodds)</li> </ul> <p><strong>1.1.0</strong></p> <ul> <li>Backported upstream fix for <a href="https://redirect.github.com/agronholm/exceptiongroup/issues/99553">gh-99553</a> (custom subclasses of <code>BaseExceptionGroup</code> that also inherit from <code>Exception</code> should not be able to wrap base exceptions)</li> <li>Moved all initialization code to <code>__new__()</code> (thus matching Python 3.11 behavior)</li> </ul> <p><strong>1.0.4</strong></p> <ul> <li>Fixed regression introduced in v1.0.3 where the code computing the suggestions would assume that both the <code>obj</code> attribute of <code>AttributeError</code> is always available, even though this is only true from Python 3.10 onwards (<a href="https://redirect.github.com/agronholm/exceptiongroup/issues/43">#43</a>; PR by Carl Friedrich Bolz-Tereick)</li> </ul> <p><strong>1.0.3</strong></p> <ul> <li>Fixed monkey patching breaking suggestions (on a <code>NameError</code> or <code>AttributeError</code>) on Python 3.10 (<a href="https://redirect.github.com/agronholm/exceptiongroup/issues/41">#41</a>; PR by Carl Friedrich Bolz-Tereick)</li> </ul> <p><strong>1.0.2</strong></p> <ul> <li>Updated type annotations to match the ones in <code>typeshed</code></li> </ul> <p><strong>1.0.1</strong></p> <ul> <li>Fixed formatted traceback missing exceptions beyond 2 nesting levels of <code>__context__</code> or <code>__cause__</code></li> </ul> <p><strong>1.0.0</strong></p> <ul> <li>Fixed <code>AttributeError: 'PatchedTracebackException' object has no attribute '__cause__'</code> on Python 3.10 (only) when a traceback is printed from an exception where an exception group is set as the cause (<a href="https://redirect.github.com/agronholm/exceptiongroup/issues/33">#33</a>)</li> <li>Fixed a loop in exception groups being rendered incorrectly (<a href="https://redirect.github.com/agronholm/exceptiongroup/issues/35">#35</a>)</li> <li>Fixed the patched formatting functions (<code>format_exception()</code>etc.) not passing the <code>compact=True</code> flag on Python 3.10 like the original functions do</li> </ul> <p><strong>1.0.0rc9</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/agronholm/exceptiongroup/commit/ba714645f1333d76781782f0efb6240d58dd6e74"><code>ba71464</code></a> Added the release version</li> <li><a href="https://github.com/agronholm/exceptiongroup/commit/51c1bb9d1366cadd9a97946f5e7bf0b95408f15f"><code>51c1bb9</code></a> Fixed formatting of news item</li> <li><a href="https://github.com/agronholm/exceptiongroup/commit/95b78198e16bc3620c35fdc06ccd3c2f9d4b2a79"><code>95b7819</code></a> Work around CPython bug in <code>HTTPError</code> (<a href="https://redirect.github.com/agronholm/exceptiongroup/issues/58">#58</a>)</li> <li><a href="https://github.com/agronholm/exceptiongroup/commit/5fbf14a2701fb8ed76579117bdcbbf331b5f93e0"><code>5fbf14a</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/agronholm/exceptiongroup/issues/57">#57</a>)</li> <li><a href="https://github.com/agronholm/exceptiongroup/commit/0208cdfac6cc20c9399754c6049e45acaeeafa76"><code>0208cdf</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/agronholm/exceptiongroup/issues/56">#56</a>)</li> <li><a href="https://github.com/agronholm/exceptiongroup/commit/b8631911d2400ce2e3dc6a5b06b1d49b2c50e36a"><code>b863191</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/agronholm/exceptiongroup/issues/55">#55</a>)</li> <li>See full diff in <a href="https://github.com/agronholm/exceptiongroup/compare/1.1.0...1.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=exceptiongroup&package-manager=pip&previous-version=1.1.0&new-version=1.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amélie <[email protected]>
2 parents 4df835a + 43a45a5 commit 2b49032

File tree

1 file changed

+59
-62
lines changed

1 file changed

+59
-62
lines changed

Pipfile.lock

Lines changed: 59 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)