From 1b3aba90b2c445f83bc1fe316ab221299edcbc47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:01:35 +0000 Subject: [PATCH] Bump maturin from 1.7.4 to 1.8.2 in /crates/wgpy_pyo3 Bumps [maturin](https://github.com/pyo3/maturin) from 1.7.4 to 1.8.2. - [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.4...v1.8.2) --- updated-dependencies: - dependency-name: maturin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- crates/wgpy_pyo3/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wgpy_pyo3/requirements-dev.txt b/crates/wgpy_pyo3/requirements-dev.txt index 2f405e0..60b60c6 100644 --- a/crates/wgpy_pyo3/requirements-dev.txt +++ b/crates/wgpy_pyo3/requirements-dev.txt @@ -1,5 +1,5 @@ numpy==1.26.4 -maturin==1.7.4 +maturin==1.8.2 pytest==8.3.2 pytest-cov==6.0.0 pytest-xdist==3.6.1