From 2da41abfbd534962202367dd0a4990baf5cc6196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 05:07:22 +0000 Subject: [PATCH] Bump maturin from 1.9.6 to 1.10.0 in /glean-core/python Bumps [maturin](https://github.com/pyo3/maturin) from 1.9.6 to 1.10.0. - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v1.9.6...v1.10.0) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index a68cdbddd6..a25523a45c 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -12,5 +12,5 @@ semver==2.13.0 setuptools-git==1.2 twine==6.0.1 wheel==0.45.1 -maturin==1.9.6 +maturin==1.10.0 patchelf>=0.17; sys_platform == "linux"