Skip to content

Commit

Permalink
Bump maturin from 1.7.0 to 1.7.4
Browse files Browse the repository at this point in the history
Bumps [maturin](https://github.com/pyo3/maturin) from 1.7.0 to 1.7.4.
- [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.7.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 6ed9064 commit 13fcd99
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.7.0"]
requires = ["maturin==1.7.4"]
build-backend = "maturin"

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

0 comments on commit 13fcd99

Please sign in to comment.