From 763def8f5a8c582460708a04041f18638598fd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:29:43 +0000 Subject: [PATCH] Bump maturin from 1.7.4 to 1.7.6 in the dependencies group Bumps the dependencies group with 1 update: [maturin](https://github.com/pyo3/maturin). Updates `maturin` from 1.7.4 to 1.7.6 - [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.7.6) --- updated-dependencies: - dependency-name: maturin dependency-type: direct:development update-type: version-update:semver-patch 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 2958fb9..d1d84a2 100644 --- a/citiespy/requirements_dev.txt +++ b/citiespy/requirements_dev.txt @@ -1,4 +1,4 @@ -maturin==1.7.4 +maturin==1.7.6 pytest pytest-benchmark pytest-cov