Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump msgpack from 1.0.8 to 1.1.0 in /_integration-tests/…
…utils/agent (#270) Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 1.0.8 to 1.1.0. <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.1.0</h2> <h2>What's Changed</h2> <ul> <li>Avoid using floating points during timestamp-datetime conversions by <a href="https://github.com/hakanakyurek"><code>@hakanakyurek</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/591">msgpack/msgpack-python#591</a></li> <li>use ruff instead of black by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/598">msgpack/msgpack-python#598</a></li> <li>update Cython and setuptools by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/599">msgpack/msgpack-python#599</a></li> <li>Add experimental support for Python 3.13 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/600">msgpack/msgpack-python#600</a></li> <li>update README by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/561">msgpack/msgpack-python#561</a></li> <li>update cibuildwheel to 2.17 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/601">msgpack/msgpack-python#601</a></li> <li>implement buffer protocol by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/602">msgpack/msgpack-python#602</a></li> <li>Remove unused code by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/603">msgpack/msgpack-python#603</a></li> <li>packer: add <code>buf_size</code> option by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/604">msgpack/msgpack-python#604</a></li> <li>update readme by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/605">msgpack/msgpack-python#605</a></li> <li>cython: better exception handling by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/606">msgpack/msgpack-python#606</a></li> <li>better error checks by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/607">msgpack/msgpack-python#607</a></li> <li>Cleanup code and pyproject by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/608">msgpack/msgpack-python#608</a></li> <li>Release v1.1.0rc1 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/609">msgpack/msgpack-python#609</a></li> <li>do not install cython as build dependency by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/610">msgpack/msgpack-python#610</a></li> <li>update Cython to 3.0.11 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/617">msgpack/msgpack-python#617</a></li> <li>update cibuildwheel to 2.20.0 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/618">msgpack/msgpack-python#618</a></li> <li>Release v1.1.0rc2 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/619">msgpack/msgpack-python#619</a></li> <li>MNT: use PyLong_* instead of PyInt_* by <a href="https://github.com/tacaswell"><code>@tacaswell</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/620">msgpack/msgpack-python#620</a></li> <li>release v1.1.0 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/622">msgpack/msgpack-python#622</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hakanakyurek"><code>@hakanakyurek</code></a> made their first contribution in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/591">msgpack/msgpack-python#591</a></li> <li><a href="https://github.com/tacaswell"><code>@tacaswell</code></a> made their first contribution in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/620">msgpack/msgpack-python#620</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/msgpack/msgpack-python/compare/v1.0.8...v1.1.0">https://github.com/msgpack/msgpack-python/compare/v1.0.8...v1.1.0</a></p> <h2>v1.1.0rc2</h2> <h2>What's Changed</h2> <ul> <li>update Cython to 3.0.11 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/617">msgpack/msgpack-python#617</a></li> <li>update cibuildwheel to 2.20.0 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/618">msgpack/msgpack-python#618</a></li> <li>Release v1.1.0rc2 by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/619">msgpack/msgpack-python#619</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/msgpack/msgpack-python/compare/v1.1.0rc1...v1.1.0rc2">https://github.com/msgpack/msgpack-python/compare/v1.1.0rc1...v1.1.0rc2</a></p> <h2>v1.1.0rc1</h2> <ul> <li>Update Cython to 3.0.10 to reduce C warnings and future support for Python 3.13.</li> <li>Stop using C++ mode in Cython to reduce compile error on some compilers.</li> <li><code>Packer()</code> has <code>buf_size</code> option to specify initial size of internal buffer to reduce reallocation.</li> <li>The default internal buffer size of Packer() is reduced from 1MiB to 256KiB to optimize for common use cases. Use <code>buf_size</code> if you are packing large data.</li> <li>Timestamp.to_datetime() and Timestamp.from_datetime() become more accurate by avoiding floating point calculations. (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/591">#591</a>)</li> <li>The Cython code for Unpacker has been slightly rewritten for maintainability.</li> <li>The fallback implementation of Packer() and Unpacker() now uses keyword-only arguments to improve compatibility with the Cython implementation.</li> </ul> <h2>PRs</h2> <ul> <li>Avoid using floating points during timestamp-datetime conversions by <a href="https://github.com/hakanakyurek"><code>@hakanakyurek</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/591">msgpack/msgpack-python#591</a></li> <li>use ruff instead of black by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/598">msgpack/msgpack-python#598</a></li> <li>update Cython and setuptools by <a href="https://github.com/methane"><code>@methane</code></a> in <a href="https://redirect.github.com/msgpack/msgpack-python/pull/599">msgpack/msgpack-python#599</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst">msgpack's changelog</a>.</em></p> <blockquote> <h1>1.1.0</h1> <p>Release Date: 2024-09-10</p> <ul> <li>use <code>PyLong_*</code> instead of <code>PyInt_*</code> for compatibility with future Cython. (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/620">#620</a>)</li> </ul> <h1>1.1.0rc2</h1> <p>Release Date: 2024-08-19</p> <ul> <li>Update Cython to 3.0.11 for better Python 3.13 support.</li> <li>Update cibuildwheel to 2.20.0 to build Python 3.13 wheels.</li> </ul> <h1>1.1.0rc1</h1> <p>Release Date: 2024-05-07</p> <ul> <li>Update Cython to 3.0.10 to reduce C warnings and future support for Python 3.13.</li> <li>Stop using C++ mode in Cython to reduce compile error on some compilers.</li> <li><code>Packer()</code> has <code>buf_size</code> option to specify initial size of internal buffer to reduce reallocation.</li> <li>The default internal buffer size of <code>Packer()</code> is reduced from 1MiB to 256KiB to optimize for common use cases. Use <code>buf_size</code> if you are packing large data.</li> <li><code>Timestamp.to_datetime()</code> and <code>Timestamp.from_datetime()</code> become more accurate by avoiding floating point calculations. (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/591">#591</a>)</li> <li>The Cython code for <code>Unpacker</code> has been slightly rewritten for maintainability.</li> <li>The fallback implementation of <code>Packer()</code> and <code>Unpacker()</code> now uses keyword-only arguments to improve compatibility with the Cython implementation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/msgpack/msgpack-python/commit/4587393b1ae2c9ebbd5bc93005b8aea2c8050b27"><code>4587393</code></a> release v1.1.0 (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/622">#622</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/20a2b8eaa26d76169049ce150e10d1d2aa37d3ab"><code>20a2b8e</code></a> use <code>PyLong_*</code> instead of <code>PyInt_*</code> (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/620">#620</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/9d0c7f2f9cab21c3e39d23001cd9d2034824ee61"><code>9d0c7f2</code></a> Release v1.1.0rc2 (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/619">#619</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/9e26d80ab2a02221d3ca36cc0b5ca2268f391204"><code>9e26d80</code></a> update cibuildwheel to 2.20.0 (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/618">#618</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/6e11368f5d54f7d4878dc209717495c37be03c68"><code>6e11368</code></a> update Cython to 3.0.11 (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/617">#617</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/0b1c47b06b55d91c00c9f7153c4a9440ea878886"><code>0b1c47b</code></a> do not install cython as build dependency (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/610">#610</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/9cea8b6da23ce66f0e78f017c96adcc447deb09a"><code>9cea8b6</code></a> Release v1.1.0rc1 (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/609">#609</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/33e0e86f4e66e6bb029f118e8f5e166b55e828f7"><code>33e0e86</code></a> Cleanup code and pyproject (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/608">#608</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/e0f0e145f15364819bac80bd0808834a9df0065e"><code>e0f0e14</code></a> better error checks (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/607">#607</a>)</li> <li><a href="https://github.com/msgpack/msgpack-python/commit/e1068087e0bb3aebd77c4f2407bf9c429f631787"><code>e106808</code></a> cython: better exception handling (<a href="https://redirect.github.com/msgpack/msgpack-python/issues/606">#606</a>)</li> <li>Additional commits viewable in <a href="https://github.com/msgpack/msgpack-python/compare/v1.0.8...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=msgpack&package-manager=pip&previous-version=1.0.8&new-version=1.1.0)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information