From 60a8f2b7bb2bd79fd15d477f75ae4b4f663931fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:42:46 +0000 Subject: [PATCH] Bump osmnx from 1.9.3 to 2.0.0 Bumps [osmnx](https://github.com/gboeing/osmnx) from 1.9.3 to 2.0.0. - [Changelog](https://github.com/gboeing/osmnx/blob/main/CHANGELOG.md) - [Commits](https://github.com/gboeing/osmnx/compare/v1.9.3...v2.0.0) --- updated-dependencies: - dependency-name: osmnx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0f88c976..6386ca2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2364,27 +2364,27 @@ files = [ [[package]] name = "osmnx" -version = "1.9.3" +version = "2.0.0" description = "Download, model, analyze, and visualize street networks and other geospatial features from OpenStreetMap" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "osmnx-1.9.3-py3-none-any.whl", hash = "sha256:ac67bea77b521941af648ef641ae1d006101948d1112475c256ea23ef31b426a"}, - {file = "osmnx-1.9.3.tar.gz", hash = "sha256:22548d86d68d36edff3cf9ab76c45745cda86a4ea0b28442e107d6b42992a426"}, + {file = "osmnx-2.0.0-py3-none-any.whl", hash = "sha256:962f4ddf61f7b04be7e571357b543ebbac1b9b3be2a01d40e13523167a77e9c3"}, + {file = "osmnx-2.0.0.tar.gz", hash = "sha256:4fd2eb3736cea503be94ab18d31a669addbaf2dd6a8249527cef94163bb93975"}, ] [package.dependencies] -geopandas = ">=0.12" +geopandas = ">=1.0" networkx = ">=2.5" -numpy = ">=1.20" -pandas = ">=1.1" +numpy = ">=1.22" +pandas = ">=1.4" requests = ">=2.27" shapely = ">=2.0" [package.extras] entropy = ["scipy (>=1.5)"] neighbors = ["scikit-learn (>=0.23)", "scipy (>=1.5)"] -raster = ["gdal", "rasterio (>=1.3)"] +raster = ["rasterio (>=1.3)", "rio-vrt (>=0.3)"] visualization = ["matplotlib (>=3.5)"] [[package]] @@ -4872,4 +4872,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "d2f9dd918b8e252350d23dd3d6f2bfe8bbba9a4d6deb7b19a7de7135c3495b7c" +content-hash = "ad696b608b76064149ddb2108eec0a298a347fd49a469763a1960a727650b1ec" diff --git a/pyproject.toml b/pyproject.toml index 4d42e47e..6dc6fdfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ aiohttp = "^3.11.7" boto3 = "^1.35.69" geopandas = "^1.0.1" loguru = "^0.7.2" -osmnx = "^1.9.3" +osmnx = "^2.0.0" python-dotenv = "^1.0.1" python-slugify = "^8.0.4" rich = "^13.9.4"