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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Joshwel <89562141+markjoshwel@users.noreply.github.com>
This commit is contained in:
parent
f2e20e6932
commit
2168d594c8
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue