dependabot[bot] opened a new pull request, #299: URL: https://github.com/apache/arrow-datafusion-python/pull/299
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.18.1 to 0.18.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyo3/pyo3/releases">pyo3's releases</a>.</em></p> <blockquote> <h2>PyO3 0.18.2</h2> <p>This release fixes a rare ref-counting race condition when a <code>PyObject</code> is cloned inside of closure passed to <code>Python::allow_threads</code>. It is advised to update to this release if possible.</p> <p>Conversions for <code>Cell<T></code> and <code>Cow<[u8]></code> have been added, as well as <code>PyList::to_tuple</code> and <code>PyTuple::to_list</code> as the most efficient way to convert between those types.</p> <p>This release also contains some other minor performance optimisations and bugfixes.</p> <p>Thank you to the following users for the improvements:</p> <p><a href="https://github.com/adamreichold"><code>@adamreichold</code></a> <a href="https://github.com/AdilZouitine"><code>@AdilZouitine</code></a> <a href="https://github.com/adriangb"><code>@adriangb</code></a> <a href="https://github.com/AntoineRR"><code>@AntoineRR</code></a> <a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> <a href="https://github.com/Enyium"><code>@Enyium</code></a> <a href="https://github.com/iajoiner"><code>@iajoiner</code></a> <a href="https://github.com/kngwyu"><code>@kngwyu</code></a> <a href="https://github.com/lycantropos"><code>@lycantropos</code></a> <a href="https://github.com/mattip"><code>@mattip</code></a> <a href="https://github.com/mejrs"><code>@mejrs</code></a> <a href="https://github.com/messense"><code>@messense</code></a> <a href="https://github.com/OliverBalfour"><code>@OliverBalfour</code></a> <a href="https://github.com/samuelcolvin"><code>@samuelcolvin</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md">pyo3's changelog</a>.</em></p> <blockquote> <h2>[0.18.2] - 2023-03-24</h2> <h3>Packaging</h3> <ul> <li>Disable default features of <code>chrono</code> to avoid depending on <code>time</code> v0.1.x. <a href="https://redirect.github.com/PyO3/pyo3/pull/2939">#2939</a></li> </ul> <h3>Added</h3> <ul> <li>Implement <code>IntoPy<PyObject></code>, <code>ToPyObject</code> and <code>FromPyObject</code> for <code>Cow<[u8]></code> to efficiently handle both <code>bytes</code> and <code>bytearray</code> objects. <a href="https://redirect.github.com/PyO3/pyo3/pull/2899">#2899</a></li> <li>Implement <code>IntoPy<PyObject></code>, <code>ToPyObject</code> and <code>FromPyObject</code> for <code>Cell<T></code>. <a href="https://redirect.github.com/PyO3/pyo3/pull/3014">#3014</a></li> <li>Add <code>PyList::to_tuple()</code>, as a convenient and efficient conversion from lists to tuples. <a href="https://redirect.github.com/PyO3/pyo3/pull/3042">#3042</a></li> <li>Add <code>PyTuple::to_list()</code>, as a convenient and efficient conversion from tuples to lists. <a href="https://redirect.github.com/PyO3/pyo3/pull/3044">#3044</a></li> </ul> <h3>Changed</h3> <ul> <li>Optimize <code>PySequence</code> conversion for <code>list</code> and <code>tuple</code> inputs. <a href="https://redirect.github.com/PyO3/pyo3/pull/2944">#2944</a></li> <li>Improve exception raised when creating <code>#[pyclass]</code> type object fails during module import. <a href="https://redirect.github.com/PyO3/pyo3/pull/2947">#2947</a></li> <li>Optimize <code>PyMapping</code> conversion for <code>dict</code> inputs. <a href="https://redirect.github.com/PyO3/pyo3/pull/2954">#2954</a></li> <li>Allow <code>create_exception!</code> to take a <code>dotted.module</code> to place the exception in a submodule. <a href="https://redirect.github.com/PyO3/pyo3/pull/2979">#2979</a></li> </ul> <h3>Fixed</h3> <ul> <li>Fix a reference counting race condition affecting <code>PyObject</code>s cloned in <code>allow_threads</code> blocks. <a href="https://redirect.github.com/PyO3/pyo3/pull/2952">#2952</a></li> <li>Fix <code>clippy::redundant_closure</code> lint on default arguments in <code>#[pyo3(signature = (...))]</code> annotations. <a href="https://redirect.github.com/PyO3/pyo3/pull/2990">#2990</a></li> <li>Fix <code>non_snake_case</code> lint on generated code in <code>#[pyfunction]</code> macro. <a href="https://redirect.github.com/PyO3/pyo3/pull/2993">#2993</a></li> <li>Fix some FFI definitions for the upcoming PyPy 3.10 release. <a href="https://redirect.github.com/PyO3/pyo3/pull/3031">#3031</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyO3/pyo3/commit/13779d2b365ad9b2a65b7b09e2c78b467c8a2757"><code>13779d2</code></a> release: 0.18.2</li> <li><a href="https://github.com/PyO3/pyo3/commit/cf94106e0df28d4175ab188ea59fca87779c94ce"><code>cf94106</code></a> restore TryFromPyCell for 0.18 branch</li> <li><a href="https://github.com/PyO3/pyo3/commit/37e5f54115e035d5df3bd9a16130a48d34be0ea8"><code>37e5f54</code></a> Add <code>PyTuple::to_list</code></li> <li><a href="https://github.com/PyO3/pyo3/commit/df4fb074cbefdadf2567b673bbcc690345eaf138"><code>df4fb07</code></a> ci: pin syn to 1.0 for MSRV</li> <li><a href="https://github.com/PyO3/pyo3/commit/cc413156501c87a8b5efcee8f1e4a0f4fdfbfb2a"><code>cc41315</code></a> Update README.md</li> <li><a href="https://github.com/PyO3/pyo3/commit/2055698c9d41257023f27c881c9df9fd1492532d"><code>2055698</code></a> Conditionally mangle the function name</li> <li><a href="https://github.com/PyO3/pyo3/commit/3da3d5f0ac99f7e5e37e70a5a583c875e9b13863"><code>3da3d5f</code></a> mangle exported functions for PyPy</li> <li><a href="https://github.com/PyO3/pyo3/commit/ba364e1f1575ad886dbd9d30767f9a008f60a7c5"><code>ba364e1</code></a> Add note about garbage collection on PyPy</li> <li><a href="https://github.com/PyO3/pyo3/commit/189b69ef6b615904887e3643e3ea32864e8df38f"><code>189b69e</code></a> <code>PyList::as_tuple()</code> -> <code>PyList::to_tuple()</code></li> <li><a href="https://github.com/PyO3/pyo3/commit/ab2f4999599085fc4c44b6fb7d2c6f1c619c7623"><code>ab2f499</code></a> revert .gitignore change</li> <li>Additional commits viewable in <a href="https://github.com/pyo3/pyo3/compare/v0.18.1...v0.18.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 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]
