dependabot[bot] opened a new pull request, #43867: URL: https://github.com/apache/superset/pull/43867
Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.2.1 to 1.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/msgpack/msgpack-python/releases">msgpack's releases</a>.</em></p> <blockquote> <h2>v1.2.2</h2> <h2>What's Changed</h2> <ul> <li>fix docstring for read_size by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/700">msgpack/msgpack-python#700</a></li> <li>unpacker: fix silent datetime truncation with datetime=3 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/701">msgpack/msgpack-python#701</a></li> <li>run test with debug build by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/702">msgpack/msgpack-python#702</a></li> <li>fix: add reentrant guard to Unpacker.feed() by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/704">msgpack/msgpack-python#704</a></li> <li>Bump actions/checkout from 6.0.3 to 7.0.0 in the all-dependencies group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/705">msgpack/msgpack-python#705</a></li> <li>Improve error handling and reporting in unpacking functions by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/707">msgpack/msgpack-python#707</a></li> <li>test_unpack.py: add tests for ExtraData by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/708">msgpack/msgpack-python#708</a></li> <li>Bump the all-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/709">msgpack/msgpack-python#709</a></li> <li>Fix Timestamp.from_datetime() precision for far-future datetimes by <a href="https://github.com/gaoflow"><code>@gaoflow</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/710">msgpack/msgpack-python#710</a></li> <li>Fix typos in test and docs by <a href="https://github.com/maxtaran2010"><code>@maxtaran2010</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/712">msgpack/msgpack-python#712</a></li> <li>Bump the all-dependencies group across 1 directory with 5 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/719">msgpack/msgpack-python#719</a></li> <li>fix: use-after-free in unpackb() ExtraData path for non-contiguous input by <a href="https://github.com/ThomasWaldmann"><code>@ThomasWaldmann</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/722">msgpack/msgpack-python#722</a></li> <li>Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the all-dependencies group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/721">msgpack/msgpack-python#721</a></li> <li>Bump pypa/cibuildwheel from 4.1.1 to 4.2.0 in the all-dependencies group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/724">msgpack/msgpack-python#724</a></li> <li>Convert Packer's buf_size once by <a href="https://github.com/hdimer"><code>@hdimer</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/726">msgpack/msgpack-python#726</a></li> <li>fix: translate RecursionError to StackError in fallback Unpacker.skip() by <a href="https://github.com/hdimer"><code>@hdimer</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/727">msgpack/msgpack-python#727</a></li> <li>Validate nanoseconds range when unpacking timestamps in the C extension by <a href="https://github.com/chuenchen309"><code>@chuenchen309</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/716">msgpack/msgpack-python#716</a></li> <li>Avoid parallel execution of the recursion-limit nesting test on free-threaded builds by <a href="https://github.com/methane"><code>@methane</code></a> with <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/729">msgpack/msgpack-python#729</a></li> <li>Raise OverflowError when use_single_float cannot represent a value by <a href="https://github.com/dylanpulver"><code>@dylanpulver</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/728">msgpack/msgpack-python#728</a></li> <li>release v1.2.2 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/730">msgpack/msgpack-python#730</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gaoflow"><code>@gaoflow</code></a> made their first contribution in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/710">msgpack/msgpack-python#710</a></li> <li><a href="https://github.com/maxtaran2010"><code>@maxtaran2010</code></a> made their first contribution in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/712">msgpack/msgpack-python#712</a></li> <li><a href="https://github.com/hdimer"><code>@hdimer</code></a> made their first contribution in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/726">msgpack/msgpack-python#726</a></li> <li><a href="https://github.com/chuenchen309"><code>@chuenchen309</code></a> made their first contribution in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/716">msgpack/msgpack-python#716</a></li> <li><a href="https://github.com/dylanpulver"><code>@dylanpulver</code></a> made their first contribution in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/728">msgpack/msgpack-python#728</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/msgpack/msgpack-python/compare/v1.2.1...v1.2.2">https://github.com/msgpack/msgpack-python/compare/v1.2.1...v1.2.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/msgpack/msgpack-python/blob/main/CHANGELOG.md">msgpack's changelog</a>.</em></p> <blockquote> <h1>1.2.2</h1> <p>Release Date: 2026-08-27</p> <ul> <li>Fix the <code>read_size</code> documentation. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/700">#700</a></li> <li>Fix silent truncation when unpacking an out-of-range timestamp with <code>timestamp=3</code>. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/701">#701</a></li> <li>Prevent reentrant calls to <code>Unpacker.feed()</code> while unpacking. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/704">#704</a></li> <li>Improve error handling and reporting in unpacking functions. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/707">#707</a></li> <li>Fix <code>Timestamp.from_datetime()</code> precision for far-future datetimes. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/710">#710</a></li> <li>Fix typos in the documentation. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/712">#712</a></li> <li>Validate the nanoseconds range when unpacking timestamps in the C extension. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/716">#716</a></li> <li>Fix a use-after-free in the <code>unpackb()</code> <code>ExtraData</code> path for non-contiguous input. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/722">#722</a></li> <li>Prevent a buffer overflow when converting <code>Packer</code>'s <code>buf_size</code>. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/726">#726</a></li> <li>Translate <code>RecursionError</code> to <code>StackError</code> in the fallback <code>Unpacker.skip()</code>. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/727">#727</a></li> <li>Raise <code>OverflowError</code> when <code>use_single_float=True</code> cannot represent a value. <a href="https://redirect.github.com/msgpack/msgpack-python/issues/728">#728</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/msgpack/msgpack-python/commit/7381b318f51688f3f941df0b4c056d7a7a20c9d0"><code>7381b31</code></a> release</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/ee1bd3c02d5494921653a0f7ffc264b8591de713"><code>ee1bd3c</code></a> release v1.2.2 (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/730">#730</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/57d28a250c4904685f3a4f4135b301def517681e"><code>57d28a2</code></a> Raise OverflowError when use_single_float cannot represent a value (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/728">#728</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/d374a17e88f20c221760454e8829dc58ad5222a8"><code>d374a17</code></a> Avoid parallel execution of the recursion-limit nesting test on free-threaded...</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/e94e1dc078547c58855c7cc60b6e54c44deb903d"><code>e94e1dc</code></a> Validate nanoseconds range when unpacking timestamps in the C extension (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/716">#716</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/2e4be090f6a42e1ad19526ca6f6ee67f3476389a"><code>2e4be09</code></a> fix: translate RecursionError to StackError in fallback Unpacker.skip() (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/727">#727</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/9f9bdae0773166e8ed50dfdd1ed13cc4296819ce"><code>9f9bdae</code></a> Convert Packer's buf_size once (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/726">#726</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/809bfcda6d7186fbb34f6ea1b984a61344ba55d2"><code>809bfcd</code></a> remove unused variable</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/186d4dbc126b659eff1509c850300e207d8aaad5"><code>186d4db</code></a> Bump pypa/cibuildwheel from 4.1.1 to 4.2.0(<a href="https://redirect.github.com/msgpack/msgpack-python/issues/724">#724</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/ea6b84f5ee6d97ae2089f1eb025034a6847d1ccb"><code>ea6b84f</code></a> Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the all-dependencie...</li> <li>Additional commits viewable in <a href="https://github.com/msgpack/msgpack-python/compare/v1.2.1...v1.2.2">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]
