-
Notifications
You must be signed in to change notification settings - Fork 96
Commit 59d8a34
Merge #1073
1073: Bump wrapt from 1.17.0 to 1.17.2 r=curquiza a=dependabot[bot]
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.17.0 to 1.17.2.
<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.1</h2>
<p>See the project page on the Python Package Index at <a href="https://pypi.org/project/wrapt/1.17.1/">https://pypi.org/project/wrapt/1.17.1/</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.2</h2>
<p><strong>New Features</strong></p>
<ul>
<li>Added universal binary wheels for macOS. That is, contains both x86_64 and
arm64 architectures in the same wheel.</li>
</ul>
<h2>Version 1.17.1</h2>
<p><strong>Bugs Fixed</strong></p>
<ul>
<li>
<p>Due to GitHub actions changes, binary wheels were missing for macOS Intel.</p>
</li>
<li>
<p>Not implemented error for <code>__reduce__()</code> on <code>ObjectProxy</code> was incorrectly
displaying the error as being on <code>__reduce_ex__()</code>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/bcc1f26b2fe8fc962f5033c3a3a773425500789a"><code>bcc1f26</code></a> Merge branch 'release/1.17.2'</li>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/0dfcf02a5764acc53731d5eb63ebfb1a188312de"><code>0dfcf02</code></a> Add release notes for universal wheels on macOS.</li>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/a43042fda45d4b577847ea4cc4919b0dd9a7ebc9"><code>a43042f</code></a> Merge pull request <a href="https://redirect.github.com/GrahamDumpleton/wrapt/issues/281">#281</a> from thomasrockhu-codecov/th/universal-macos</li>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/d949a199db21c8ad7b8292e5569394178fc8a4e0"><code>d949a19</code></a> Update version to 1.17.2.</li>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/5708bafbbe1e901e09435f0d38a5e8b14eb3a02a"><code>5708baf</code></a> fix: add universal2 for macos-13 and macos-14</li>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/c41e6eadb39f45ce96f488cecb250e417926b49d"><code>c41e6ea</code></a> Merge branch 'release/1.17.1'</li>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/7028ac9fd50519438eb85c1d1789c2ec0a7c619b"><code>7028ac9</code></a> Merge tag '1.17.1' into develop</li>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/0da4ba568953b58cb0fe022684cf58fc307c9d83"><code>0da4ba5</code></a> Exception string referencing wrong function name.</li>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/563525d551e9a7ac4dc0b76736a3d27fe5db27f8"><code>563525d</code></a> Add 1.17.1 release notes.</li>
<li><a href="https://github.com/GrahamDumpleton/wrapt/commit/87fe7269353ec89446bb61a9c005a5bca21c7f58"><code>87fe726</code></a> Not building amd64 wheels on macos due to GitHub changes.</li>
<li>Additional commits viewable in <a href="https://github.com/GrahamDumpleton/wrapt/compare/1.17.0...1.17.2">compare view</a></li>
</ul>
</details>
<br />
[](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` 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
1 file changed
+80
-66
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+80
-66
lines changed+80-66Lines changed: 80 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments