From 6a65d2cb5789b786c01309cb954e94e7b8250c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:19:51 +0000 Subject: [PATCH] chore(deps): bump osmnx from 1.9.2 to 1.9.3 in /global-api Bumps [osmnx](https://github.com/gboeing/osmnx) from 1.9.2 to 1.9.3. - [Changelog](https://github.com/gboeing/osmnx/blob/main/CHANGELOG.md) - [Commits](https://github.com/gboeing/osmnx/compare/v1.9.2...v1.9.3) --- 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 61ec26526..571144934 100644 --- a/global-api/requirements.txt +++ b/global-api/requirements.txt @@ -6,7 +6,7 @@ flake8==7.0.0 fsspec==2024.* geopandas==0.14.4 mypy==1.10.0 -osmnx==1.9.2 +osmnx==1.9.3 pandas==2.2.2 psycopg2-binary==2.9.9 pydantic-settings==2.*