Skip to content

Commit c76b84e

Browse files
chore(deps)(deps-dev): update maturin requirement (#67)
Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. Updates `maturin` to 1.14.0 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.10.0...v1.14.0) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolay Eremeev <18489284+nikolay-e@users.noreply.github.com>
1 parent 488a9b9 commit c76b84e

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,7 +1,7 @@
11
# pyproject.toml
22
[build-system]
33
build-backend = "maturin"
4-
requires = [ "maturin>=1.10,<1.14" ]
4+
requires = [ "maturin>=1.10,<1.15" ]
55

66
[project]
77
name = "diffctx"

0 commit comments

Comments
 (0)