From 7af633c622fa76f7d5df3aee04322d1f784a53c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:58:45 +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 fd522a4..62447e2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ pandas==2.3.3 pyarrow==16.1.0 duckdb==0.10.3 boto3==1.42.79 -h3==3.7.7 +h3==4.4.2 redis==5.3.1 python-dotenv==1.2.2 httpx==0.28.1