Skip to content

Commit e32e018

Browse files
Update maturin requirement from <2.0,>=1.13.1 to >=1.13.3,<2.0 (#86)
Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.13.1...v1.13.3) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 860d410 commit e32e018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hyperlight-sandbox-javascript-guest = { workspace = true }
2424

2525
[dependency-groups]
2626
dev = [
27-
"maturin>=1.13.1,<2.0",
27+
"maturin>=1.13.3,<2.0",
2828
"componentize-py",
2929
"build",
3030
"twine",

0 commit comments

Comments
 (0)