From 9af3cc54587b80a25fd89f0b5e9ac5d2105b8a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 05:57:27 +0000 Subject: [PATCH] Bump maturin from 1.7.8 to 1.8.1 in /glean-core/python Bumps [maturin](https://github.com/pyo3/maturin) from 1.7.8 to 1.8.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.7.8...v1.8.1) --- updated-dependencies: - dependency-name: maturin 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 8bdd9f2d77..8952aafb0d 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -13,5 +13,5 @@ semver==2.13.0 setuptools-git==1.2 twine==6.0.1 wheel==0.45.1 -maturin==1.7.8 +maturin==1.8.1 patchelf>=0.17; sys_platform == "linux"