Skip to content

Commit

Permalink
Bump maturin from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [maturin](https://github.com/pyo3/maturin) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: maturin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent db32c53 commit a48d352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin==1.6.0"]
requires = ["maturin==1.7.0"]
build-backend = "maturin"

[project]
Expand All @@ -12,7 +12,7 @@ authors = [
requires-python = ">=3.8,<3.13"
dependencies = [
"cffi==1.16.0",
"maturin==1.6.0",
"maturin==1.7.0",
"numpy"
]
classifiers = [
Expand Down

0 comments on commit a48d352

Please sign in to comment.