From 79dfdf4c729487f11b91c2542a253ffcce3ac87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:54:07 +0000 Subject: [PATCH] Bump maturin from 1.7.8 to 1.8.1 in the dependencies group Bumps the dependencies group with 1 update: [maturin](https://github.com/pyo3/maturin). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- citiespy/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citiespy/requirements_dev.txt b/citiespy/requirements_dev.txt index 01f5460..261744b 100644 --- a/citiespy/requirements_dev.txt +++ b/citiespy/requirements_dev.txt @@ -1,4 +1,4 @@ -maturin==1.7.8 +maturin==1.8.1 pytest pytest-benchmark pytest-cov