Skip to content

Commit 41a2ddc

Browse files
chore(deps-dev): update maturin requirement
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.7.0...v1.13.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d59dab8 commit 41a2ddc

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
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=1.7,<2.0"]
2+
requires = ["maturin>=1.13.1,<2.0"]
33
build-backend = "maturin"
44

55
[project]

0 commit comments

Comments
 (0)