From 5a6ab07d18e358affb0660ab6253cfe523eb7a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 04:52:05 +0000 Subject: [PATCH] deps: bump h3 from 3.7.7 to 4.4.2 Bumps [h3](https://github.com/uber/h3-py) from 3.7.7 to 4.4.2. - [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.4.2) --- updated-dependencies: - dependency-name: h3 dependency-version: 4.4.2 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 e7935bc..0118f0e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ python-dateutil==2.9.0.post0 pandas==2.3.3 pyarrow==16.1.0 duckdb==0.10.3 -h3==3.7.7 +h3==4.4.2 python-dotenv==1.2.2 httpx==0.28.1 pydantic==2.12.5