From 4fde1d2c9bb1a5f61bc9679deb0598c453d0f013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 05:07:47 +0000 Subject: [PATCH] Bump maturin from 1.9.6 to 1.10.1 in /glean-core/python Bumps [maturin](https://github.com/pyo3/maturin) from 1.9.6 to 1.10.1. - [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.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.10.1 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..1d08b6827c 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.1 patchelf>=0.17; sys_platform == "linux"