From 9c1c14dd46039a32714d4bbc19e382e714ed734d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:56:28 +0800 Subject: [PATCH] Bump maturin from 1.6.0 to 1.7.0 in the dependencies group (#62) Bumps the dependencies group with 1 update: [maturin](https://github.com/pyo3/maturin). Updates `maturin` from 1.6.0 to 1.7.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.6.0...v1.7.0) --- updated-dependencies: - dependency-name: maturin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 69345ea..e948342 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ citiespy==0.5.5 -maturin==1.6.0 +maturin==1.7.0 pytest pytest-benchmark pytest-cov