Skip to content

Commit 9272e8a

Browse files
uv(deps-dev): bump maturin in the build-tools group
Bumps the build-tools group with 1 update: [maturin](https://github.com/pyo3/maturin). Updates `maturin` from 1.10.2 to 1.13.1 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.10.2...v1.13.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-tools ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a163d35 commit 9272e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ classifiers = [
1010
dependencies = [
1111
"pytest>=8.4.2",
1212
"pytest-cov>=6.0.0",
13-
"maturin>=1.9.6",
13+
"maturin>=1.13.1",
1414
]
1515

1616
[build-system]
17-
requires = ["maturin>=1.9,<2.0"]
17+
requires = ["maturin>=1.13.1,<2.0"]
1818
build-backend = "maturin"
1919

2020
[tool.maturin]

0 commit comments

Comments
 (0)