From cb479e336d8388b81ded0802945763203a9200bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:47:09 +0000 Subject: [PATCH] deps: bump h3 from 3.7.7 to 4.5.0 Bumps [h3](https://github.com/uber/h3-py) from 3.7.7 to 4.5.0. - [Release notes](https://github.com/uber/h3-py/releases) - [Changelog](https://github.com/uber/h3-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber/h3-py/compare/v3.7.7...v4.5.0) --- updated-dependencies: - dependency-name: h3 dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c70dd17..327a1eb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ python-dateutil==2.9.0.post0 pandas==3.0.3 pyarrow==23.0.1 duckdb==1.5.4 -h3==3.7.7 +h3==4.5.0 python-dotenv==1.2.2 httpx==0.28.1 pydantic==2.13.4