From 62f8afd6919cb2a66b7138bf8d28735d69366200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:06:22 +0800 Subject: [PATCH] Bump the dependencies group with 2 updates (#64) Bumps the dependencies group with 2 updates: [citiespy](https://github.com/ringsaturn/go-cities.json) and [maturin](https://github.com/pyo3/maturin). Updates `citiespy` from 0.5.5 to 0.6.0 - [Release notes](https://github.com/ringsaturn/go-cities.json/releases) - [Commits](https://github.com/ringsaturn/go-cities.json/compare/v0.5.5...v0.6.0) Updates `maturin` from 1.7.0 to 1.7.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.0...v1.7.1) --- updated-dependencies: - dependency-name: citiespy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: maturin dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e948342..c6bf8e4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ -citiespy==0.5.5 -maturin==1.7.0 +citiespy==0.6.0 +maturin==1.7.1 pytest pytest-benchmark pytest-cov