Skip to content

Commit 0d5b418

Browse files
build(deps-dev): bump maturin in the uv-pip group across 1 directory
Bumps the uv-pip group with 1 update in the / directory: [maturin](https://github.com/pyo3/maturin). Updates `maturin` from 1.11.5 to 1.13.3 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.11.5...v1.13.3) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv-pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d81d00 commit 0d5b418

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=1.4,<2.0"]
2+
requires = ["maturin<2.0,>=1.4"]
33
build-backend = "maturin"
44

55
[project]
@@ -53,7 +53,7 @@ manifest-path = "bindings/python/Cargo.toml"
5353

5454
[dependency-groups]
5555
dev = [
56-
"maturin==1.11.5",
56+
"maturin==1.13.3",
5757
"mypy==1.19.1",
5858
"patchelf==0.17.2.2 ; sys_platform == 'linux'",
5959
"pre-commit>=4.3.0",

uv.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)