Skip to content

Commit 13de2c6

Browse files
Build(deps-py): Update maturin requirement in the dependencies group
Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. Updates `maturin` to 1.12.2 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.0.0...v1.12.2) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.12.2 dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 959d9ca commit 13de2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"maturin>=1,<1.12.0",
3+
"maturin>=1,<1.13.0",
44
"cffi",
55
]
66
build-backend = 'maturin'

0 commit comments

Comments
 (0)