dependabot[bot] opened a new pull request, #5342: URL: https://github.com/apache/iceberg/pull/5342
Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.17.0 to 0.18.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst">zstandard's changelog</a>.</em></p> <blockquote> <h1>0.18.0 (released 2022-06-20)</h1> <h2>Changes</h2> <ul> <li>Bundled zstd library upgraded from 1.5.1 to 1.5.2.</li> <li><code>ZstdDecompressionObj</code> now has an <code>unused_data</code> attribute. It will contain data beyond the fully decoded zstd frame data if said data exists.</li> <li><code>ZstdDecompressionObj</code> now has an <code>unconsumed_tail</code> attribute. This attribute currently always returns the empty bytes value (<code>b""</code>).</li> <li><code>ZstdDecompressionObj</code> now has an <code>eof</code> attribute returning whether the compressed data has been fully read.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indygreg/python-zstandard/commit/20e07de1a9d995766fa24606d5a74bac40b53c6a"><code>20e07de</code></a> global: change version to 0.18.0</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/6c4310311a34a28836cb9c50b9e45bdd7ccb921e"><code>6c43103</code></a> ci: use Xcode 13.2.1</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/4b6d60dc29557ed0321c798b5a6421570e41ce23"><code>4b6d60d</code></a> cext: cast pointer</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/cf3cc7d74227b6fd26cc52396e691ad246272b19"><code>cf3cc7d</code></a> decompressionobj: return data from unused_data</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/41efb8abf978b12ecf91110482ca37055d68a80e"><code>41efb8a</code></a> rust: remove try_reserve feature</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/96c28afec90750eff7c847f31d30d7ab4a20ce59"><code>96c28af</code></a> rust: use edition 2021</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/90dc6346d6637ddf02dc7fb465af7264d528c2c0"><code>90dc634</code></a> rust: upgrade zstd crates to latest</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/5da252afd42cd147a15c60b2c13b3a83a0cb6c4e"><code>5da252a</code></a> rust: upgrade pyo3 to 0.15</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/4459406be8519ecc3810eeaff7ec4edbf157374c"><code>4459406</code></a> rust: update dependencies</li> <li><a href="https://github.com/indygreg/python-zstandard/commit/a1c567edd15cb735f1ae8b91fd994db2fe39f19b"><code>a1c567e</code></a> global: reflect upgrade of vendored zstd to version 1.5.2</li> <li>Additional commits viewable in <a href="https://github.com/indygreg/python-zstandard/compare/0.17.0...0.18.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 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 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]
