From a7367edde9058ada103558504a74c1fb180f65be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:03:19 +0800 Subject: [PATCH] Bump citiespy from 0.4.0 to 0.5.0 in /python (#126) Bumps [citiespy](https://github.com/ringsaturn/go-cities.json) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/ringsaturn/go-cities.json/releases) - [Commits](https://github.com/ringsaturn/go-cities.json/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: citiespy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index ea57878..f52f457 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -citiespy==0.4.0 +citiespy==0.5.0 pytest pytest-benchmark pytest-pretty