Skip to content

build(deps): update wasmtime requirement from <47,>=45 to >=45,<48 in the python-dependencies group - #265

Merged
robcohen merged 5 commits into
mainfrom
dependabot/pip/python-dependencies-43c1805cb7
Aug 9, 2026
Merged

build(deps): update wasmtime requirement from <47,>=45 to >=45,<48 in the python-dependencies group#265
robcohen merged 5 commits into
mainfrom
dependabot/pip/python-dependencies-43c1805cb7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown

Updates the requirements on wasmtime to permit the latest version.
Updates wasmtime to 47.0.1

Commits

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime-py) to permit the latest version.

Updates `wasmtime` to 47.0.1
- [Commits](bytecodealliance/wasmtime-py@45.0.0...47.0.1)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-version: 47.0.1
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 25, 2026
robcohen and others added 4 commits August 9, 2026 10:05
`check-lockfile` (`uv lock --check`) failed: the constraint moved to
`>=45,<48` in pyproject.toml while uv.lock still recorded `>=45,<47`.

The resolved version does NOT change — wasmtime stays at 46.0.1. `uv
lock` re-resolves to satisfy constraints; it does not upgrade a package
that already satisfies them. So this widens the ceiling without moving
what we build against.

That distinction is the risk, and it was worth testing rather than
assuming: our lock does not bind anyone installing from PyPI, so a
`<48` ceiling exposes users to wasmtime 47 whichever version we pin.
47.0.1 is published today. Checked directly —

  * the component instantiates under 47.0.1 and `version()` returns 3.4;
  * rustfava's 55 component-gated tests pass against 47.0.1.

So the widened ceiling is safe for a fresh install, not merely for our
locked build.
@robcohen
robcohen merged commit 18a01f4 into main Aug 9, 2026
32 checks passed
@robcohen
robcohen deleted the dependabot/pip/python-dependencies-43c1805cb7 branch August 9, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant