Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pip prod(deps): bump wgpu from 0.19.2 to 0.19.3 (#3620)
Bumps [wgpu](https://github.com/pygfx/wgpu-py) from 0.19.2 to 0.19.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pygfx/wgpu-py/releases">wgpu's releases</a>.</em></p> <blockquote> <h2>v0.19.3</h2> <p>Autogenerated binary wheels that include wgpu-native. See <a href="https://github.com/pygfx/wgpu-py/blob/main/CHANGELOG.md">the changelog</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pygfx/wgpu-py/blob/main/CHANGELOG.md">wgpu's changelog</a>.</em></p> <blockquote> <h3>[v0.19.3] - 10-12-2024</h3> <p>Fixed:</p> <ul> <li>Ensure that wgpu is compatible both with imgui 1.6.0 and older by <a href="https://github.com/hmaarrfk"><code>@hmaarrfk</code></a> in <a href="https://redirect.github.com/pygfx/wgpu-py/pull/649">pygfx/wgpu-py#649</a></li> <li>Clean up async code and add proper trio / rendercanvas support by <a href="https://github.com/fyellin"><code>@fyellin</code></a> in <a href="https://redirect.github.com/pygfx/wgpu-py/pull/631">pygfx/wgpu-py#631</a></li> <li>Remove timeout in awaitable by <a href="https://github.com/almarklein"><code>@almarklein</code></a> in <a href="https://redirect.github.com/pygfx/wgpu-py/pull/651">pygfx/wgpu-py#651</a></li> <li>Allow <code>rendercanvas.get_context()</code> before a backend is selected by <a href="https://github.com/almarklein"><code>@almarklein</code></a> in <a href="https://redirect.github.com/pygfx/wgpu-py/pull/652">pygfx/wgpu-py#652</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pygfx/wgpu-py/commit/948ef5b7e2dc3270cbbc2f48d657d087ab78175c"><code>948ef5b</code></a> Bump version (<a href="https://redirect.github.com/pygfx/wgpu-py/issues/654">#654</a>)</li> <li><a href="https://github.com/pygfx/wgpu-py/commit/d0a3bcf10c69f056e56c442be053a8ba48790fd0"><code>d0a3bcf</code></a> Add rendercanvas version to diagnostics (<a href="https://redirect.github.com/pygfx/wgpu-py/issues/653">#653</a>)</li> <li><a href="https://github.com/pygfx/wgpu-py/commit/113e6e6dc8c028af48fe528a3441e10d53dbcff7"><code>113e6e6</code></a> Allow get_context before a backend is selected (<a href="https://redirect.github.com/pygfx/wgpu-py/issues/652">#652</a>)</li> <li><a href="https://github.com/pygfx/wgpu-py/commit/926c7cc74a30f285c8b6bc199811387568f6ae38"><code>926c7cc</code></a> Remove timeout in awaitable (<a href="https://redirect.github.com/pygfx/wgpu-py/issues/651">#651</a>)</li> <li><a href="https://github.com/pygfx/wgpu-py/commit/1cc0e24cd183e0721b009af2acd197b36f6dc746"><code>1cc0e24</code></a> Clean up async code (<a href="https://redirect.github.com/pygfx/wgpu-py/issues/631">#631</a>)</li> <li><a href="https://github.com/pygfx/wgpu-py/commit/c5108ac2e5de363a6b6c4d117c5521bf65d84dda"><code>c5108ac</code></a> Ensure that wgpu is compatible both with imgui 1.6.0 and older (<a href="https://redirect.github.com/pygfx/wgpu-py/issues/649">#649</a>)</li> <li>See full diff in <a href="https://github.com/pygfx/wgpu-py/compare/v0.19.2...v0.19.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wgpu&package-manager=pip&previous-version=0.19.2&new-version=0.19.3)](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