Skip to content

Commit 6f3204d

Browse files
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](hajimes/mmh3@v4.0.1...v5.1.0) --- updated-dependencies: - dependency-name: mmh3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 999dd7f commit 6f3204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt-athena/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies=[
3333
"dbt-core>=1.8.0",
3434
"boto3>=1.28",
3535
"boto3-stubs[athena,glue,lakeformation,sts]>=1.28",
36-
"mmh3>=4.0.1,<4.2.0",
36+
"mmh3>=4.0.1,<5.2.0",
3737
"pyathena>=2.25,<4.0",
3838
"pydantic>=1.10,<3.0",
3939
"tenacity>=8.2,<10.0",

0 commit comments

Comments
 (0)