From 9fdbc7bf4a6832012bb0010302553ba7d5141647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 21:39:05 +0000 Subject: [PATCH] Update mmh3 requirement in /dbt-athena Updates the requirements on [mmh3](https://github.com/hajimes/mmh3) to permit the latest version. - [Release notes](https://github.com/hajimes/mmh3/releases) - [Changelog](https://github.com/hajimes/mmh3/blob/master/CHANGELOG.md) - [Commits](https://github.com/hajimes/mmh3/compare/v4.0.1...v5.0.1) --- updated-dependencies: - dependency-name: mmh3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dbt-athena/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt-athena/pyproject.toml b/dbt-athena/pyproject.toml index 69ec0018b..d6166fe25 100644 --- a/dbt-athena/pyproject.toml +++ b/dbt-athena/pyproject.toml @@ -33,7 +33,7 @@ dependencies=[ "dbt-core>=1.8.0", "boto3>=1.28", "boto3-stubs[athena,glue,lakeformation,sts]>=1.28", - "mmh3>=4.0.1,<4.2.0", + "mmh3>=4.0.1,<5.1.0", "pyathena>=2.25,<4.0", "pydantic>=1.10,<3.0", "tenacity>=8.2,<10.0",