Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump wrapt from 1.16.0 to 1.17.0 (#712)
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.16.0 to 1.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/GrahamDumpleton/wrapt/releases">wrapt's releases</a>.</em></p> <blockquote> <h2>wrapt-1.17.0</h2> <p>See the project page on the Python Package Index at <a href="https://pypi.org/project/wrapt/1.17.0/">https://pypi.org/project/wrapt/1.17.0/</a> for more information.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst">wrapt's changelog</a>.</em></p> <blockquote> <h2>Version 1.17.0</h2> <p>Note that version 1.17.0 drops support for Python 3.6 and 3.7. Python version 3.8 or later is required.</p> <p><strong>New Features</strong></p> <ul> <li> <p>Add <code>__format__()</code> method to <code>ObjectProxy</code> class to allow formatting of wrapped object.</p> </li> <li> <p>Added C extension internal flag to indicate that <code>wrapt</code> should be safe for Python 3.13 free threading mode. Releases will include free threading variants of Python wheels. Note that as free threading is new, one should be cautious about using it in production until it has been more widely tested.</p> </li> </ul> <p><strong>Bugs Fixed</strong></p> <ul> <li> <p>When a normal function or builtin function which had <code>wrapt.decorator</code> or a function wrapper applied, was assigned as a class attribute, and the function attribute called via the class or an instance of the class, an additional argument was being passed, inserted as the first argument, which was the class or instance. This was not the correct behaviour and the class or instance should not have been passed as the first argument.</p> </li> <li> <p>When an instance of a callable class object was wrapped which didn't not have a <code>__get__()</code> method for binding, and it was called in context whhere binding would be attempted, it would fail with error that <code>__get__()</code> did not exist when instead it should have been called directly, ignoring that binding was not possible.</p> </li> <li> <p>The <code>__round__</code> hook for the object proxy didn't accept <code>ndigits</code> argument.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/e663d4910a81d666786ac773ad7c16199b01d31b"><code>e663d49</code></a> Merge branch 'release/1.17.0'</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/9f4ce793d36059bd587dda561eb8bdba212c08d7"><code>9f4ce79</code></a> Update to version 1.17.0 for release.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/75f291f8bf1fe6535b13b0b3dfedca012ca6c8a5"><code>75f291f</code></a> Update for release candidate.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/1a6b4680cba43c28f991149800249ec9f3089e26"><code>1a6b468</code></a> Add note about free threading wheel variants.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/dab7fc2f218e4715e6adbf559dfab4912be7f548"><code>dab7fc2</code></a> Try and clear references so GC runs for tests.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/c13dbf32ea4335d9edbb861b907de013a762a017"><code>c13dbf3</code></a> Fix up test matrix.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/23d3111d889b66756c64debb410901e4fedccdef"><code>23d3111</code></a> Attempt to add Python 3.13 no GIL tests under GitHub actions.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/1594889b105cffeb8fd82e10bb32f8781c07245a"><code>1594889</code></a> Try enabling free threading builds.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/74d5547da1d0fdd8b6401805ac23ec942e9dd8f2"><code>74d5547</code></a> Drop ReadTheDocs badge due to twine rendering issues.</li> <li><a href="https://github.com/GrahamDumpleton/wrapt/commit/c91f60cca38ed012de06b116acb9339c4a992157"><code>c91f60c</code></a> Explicitly specify name of README file so twine works.</li> <li>Additional commits viewable in <a href="https://github.com/GrahamDumpleton/wrapt/compare/1.16.0...1.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wrapt&package-manager=pip&previous-version=1.16.0&new-version=1.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information