dependabot[bot] opened a new pull request, #3905: URL: https://github.com/apache/iceberg-python/pull/3905
Bumps [mmh3](https://github.com/hajimes/mmh3) from 5.2.1 to 5.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hajimes/mmh3/releases">mmh3's releases</a>.</em></p> <blockquote> <h2>v5.3.0</h2> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>Add support for Python 3.15 (<a href="https://redirect.github.com/hajimes/mmh3/pull/192">#192</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Fix undefined behavior when writing to const-qualified 128-bit digest buffers (<a href="https://redirect.github.com/hajimes/mmh3/pull/188">#188</a>).</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MugundanMCW"><code>@​MugundanMCW</code></a> made their first contribution in <a href="https://redirect.github.com/hajimes/mmh3/pull/175">hajimes/mmh3#175</a></li> <li><a href="https://github.com/karpovantonme"><code>@​karpovantonme</code></a> made their first contribution in <a href="https://redirect.github.com/hajimes/mmh3/pull/188">hajimes/mmh3#188</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hajimes/mmh3/compare/v5.2.1...v5.3.0">https://github.com/hajimes/mmh3/compare/v5.2.1...v5.3.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hajimes/mmh3/blob/master/CHANGELOG.md">mmh3's changelog</a>.</em></p> <blockquote> <h2>[5.3.0] - 2026-08-26</h2> <h3>Added</h3> <ul> <li>Add support for Python 3.15 (<a href="https://redirect.github.com/hajimes/mmh3/pull/192">#192</a>).</li> </ul> <h3>Fixed</h3> <ul> <li>Fix undefined behavior when writing to const-qualified 128-bit digest buffers (<a href="https://redirect.github.com/hajimes/mmh3/pull/188">#188</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hajimes/mmh3/commit/9b0c7a3818dba6179bf2212032198e2ac6ca323c"><code>9b0c7a3</code></a> chore: bump version to 5.3.0</li> <li><a href="https://github.com/hajimes/mmh3/commit/9bd6d0dda4003a4125e969ce31ba8619fc795546"><code>9bd6d0d</code></a> ci: build free-threaded Python 3.15 wheels (<a href="https://redirect.github.com/hajimes/mmh3/issues/195">#195</a>)</li> <li><a href="https://github.com/hajimes/mmh3/commit/ff777ebf35461d0b66a7e08cb814e4f5bb762c2b"><code>ff777eb</code></a> docs: prepare documentation for v5.3.0 (<a href="https://redirect.github.com/hajimes/mmh3/issues/194">#194</a>)</li> <li><a href="https://github.com/hajimes/mmh3/commit/a6f10fac6550a926d19a019b8343b39c43efa24f"><code>a6f10fa</code></a> feat: add Python 3.15 support (<a href="https://redirect.github.com/hajimes/mmh3/issues/192">#192</a>)</li> <li><a href="https://github.com/hajimes/mmh3/commit/ef4f2aec1a2d594abb297c1d3a25f6b1dbaccf91"><code>ef4f2ae</code></a> chore(merge): merge pull request (<a href="https://redirect.github.com/hajimes/mmh3/issues/191">#191</a>)</li> <li><a href="https://github.com/hajimes/mmh3/commit/f31bc18a762deef0178781402341e40c4ac9251b"><code>f31bc18</code></a> chore(merge): merge pull request (<a href="https://redirect.github.com/hajimes/mmh3/issues/189">#189</a>)</li> <li><a href="https://github.com/hajimes/mmh3/commit/553033eadad7fd9710aae5feb765a7d3dcf9a6a5"><code>553033e</code></a> chore(deps-dev): bump the dependencies group across 1 directory with 4 updates</li> <li><a href="https://github.com/hajimes/mmh3/commit/a8545f320fc2fc88fc2415b99252a8955b106706"><code>a8545f3</code></a> chore(ci): bump the dependencies group across 1 directory with 2 updates</li> <li><a href="https://github.com/hajimes/mmh3/commit/12c0bd95e783be3b215e4b5ff43bd757b61804d2"><code>12c0bd9</code></a> fix: drop const from digest output buffers</li> <li><a href="https://github.com/hajimes/mmh3/commit/ad798d72dcc8bcd5a8410b7ea1caca35e57b57fa"><code>ad798d7</code></a> Do not write into const-qualified digest buffers</li> <li>Additional commits viewable in <a href="https://github.com/hajimes/mmh3/compare/v5.2.1...v5.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
