From 2168d594c82daab77fb883b1d74116006d783bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:26:42 +0000 Subject: [PATCH] build(deps): bump geopy from 2.4.0 to 2.4.1 (#63) Bumps [geopy](https://github.com/geopy/geopy) from 2.4.0 to 2.4.1. - [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.0...2.4.1) --- updated-dependencies: - dependency-name: geopy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Joshwel <89562141+markjoshwel@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d1dc9bc..2cf0be5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -138,13 +138,13 @@ files = [ [[package]] name = "geopy" -version = "2.4.0" +version = "2.4.1" description = "Python Geocoding Toolbox" optional = false python-versions = ">=3.7" files = [ - {file = "geopy-2.4.0-py3-none-any.whl", hash = "sha256:d2639a46d0ce4c091e9688b750ba94348a14b898a1e55c68f4b4a07e7d1afa20"}, - {file = "geopy-2.4.0.tar.gz", hash = "sha256:a59392bf17adb486b25dbdd71fbed27733bdf24a2dac588047a619de56695e36"}, + {file = "geopy-2.4.1-py3-none-any.whl", hash = "sha256:ae8b4bc5c1131820f4d75fce9d4aaaca0c85189b3aa5d64c3dcaf5e3b7b882a7"}, + {file = "geopy-2.4.1.tar.gz", hash = "sha256:50283d8e7ad07d89be5cb027338c6365a32044df3ae2556ad3f52f4840b3d0d1"}, ] [package.dependencies] @@ -512,4 +512,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ad3d65e17a112ea2021181fd2f738c370ee209f5427be840bd309b1d6122ad3b" +content-hash = "085d65d20f0d122a12add332a750f86857f077363734ffe7e6f112026b561b10" diff --git a/pyproject.toml b/pyproject.toml index 936b94d..992323a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.11" pluscodes = "^2022.1.3" -geopy = "^2.3.0" +geopy = "^2.4.1" [tool.poetry.group.dev.dependencies] black = {extras = ["jupyter"], version = "^24.2.0"}