From e6290413d63d8c2e912c7252735d535244cd4392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:05:27 +0000 Subject: [PATCH] chore(deps): bump osmnx from 2.0.0 to 2.0.1 in /global-api Bumps [osmnx](https://github.com/gboeing/osmnx) from 2.0.0 to 2.0.1. - [Changelog](https://github.com/gboeing/osmnx/blob/main/CHANGELOG.md) - [Commits](https://github.com/gboeing/osmnx/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: osmnx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- global-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-api/requirements.txt b/global-api/requirements.txt index b717d0f33..3fdf36b31 100644 --- a/global-api/requirements.txt +++ b/global-api/requirements.txt @@ -6,7 +6,7 @@ flake8==7.1.1 fsspec==2024.* geopandas>=0.12,<1.1 mypy==1.14.0 -osmnx==2.0.0 +osmnx==2.0.1 pandas==2.2.3 psycopg2-binary==2.9.10 pydantic-settings==2.*