Skip to content

Commit

Permalink
pip prod(deps): bump wgpu from 0.19.1 to 0.19.2 (#3519)
Browse files Browse the repository at this point in the history
Bumps [wgpu](https://github.com/pygfx/wgpu-py) from 0.19.1 to 0.19.2.
<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.2</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.2] - 25-11-2024</h3>
<p>Changed:</p>
<ul>
<li>Update to Imgui 1.6+ by <a
href="https://github.com/panxinmiao"><code>@​panxinmiao</code></a> in <a
href="https://redirect.github.com/pygfx/wgpu-py/pull/645">pygfx/wgpu-py#645</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pygfx/wgpu-py/commit/b8137196f36413893f7c078e878b230650ee15cb"><code>b813719</code></a>
Bump version (<a
href="https://redirect.github.com/pygfx/wgpu-py/issues/647">#647</a>)</li>
<li><a
href="https://github.com/pygfx/wgpu-py/commit/95b55519895d371473c2810b14860b5a636fdeea"><code>95b5551</code></a>
New ruff (<a
href="https://redirect.github.com/pygfx/wgpu-py/issues/648">#648</a>)</li>
<li><a
href="https://github.com/pygfx/wgpu-py/commit/350de70921a54320c863661b914f8f403327e15a"><code>350de70</code></a>
update imgui (<a
href="https://redirect.github.com/pygfx/wgpu-py/issues/645">#645</a>)</li>
<li>See full diff in <a
href="https://github.com/pygfx/wgpu-py/compare/v0.19.1...v0.19.2">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.1&new-version=0.19.2)](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
dependabot[bot] authored Nov 26, 2024
1 parent 9b5d0a4 commit 6118e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gui = ["textual==0.87.1", "pyclip==0.7"]
jax = ["jax==0.4.35", "numpy==2.1.3"]
onnx = ["onnx==1.17.0", "numpy==2.1.3"]
riscv = ["riscemu==2.2.7"]
wgpu = ["wgpu==0.19.1"]
wgpu = ["wgpu==0.19.2"]

[project.urls]
Homepage = "https://xdsl.dev/"
Expand Down

0 comments on commit 6118e11

Please sign in to comment.