From cfbebf5eb00613a393fa89eee2912b2d6e1bb861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:45:21 +0000 Subject: [PATCH] Bump geopy from 2.4.1 to 2.5.0 in the python-minor-and-patch group Bumps the python-minor-and-patch group with 1 update: [geopy](https://github.com/geopy/geopy). Updates `geopy` from 2.4.1 to 2.5.0 - [Release notes](https://github.com/geopy/geopy/releases) - [Changelog](https://github.com/geopy/geopy/blob/master/docs/changelog_2xx.rst) - [Commits](https://github.com/geopy/geopy/compare/2.4.1...2.5.0) --- updated-dependencies: - dependency-name: geopy dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a63ba24..a6fe8b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ fastapi==0.139.0 # via -r requirements.in geographiclib==2.1 # via geopy -geopy==2.4.1 +geopy==2.5.0 # via -r requirements.in greenlet==3.5.3 # via sqlalchemy