Skip to content

Commit

Permalink
Update mmh3 requirement in /dbt-athena
Browse files Browse the repository at this point in the history
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.0.1)

---
updated-dependencies:
- dependency-name: mmh3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 12, 2025
1 parent b8c7938 commit 9fdbc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt-athena/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9fdbc7b

Please sign in to comment.