dependabot[bot] opened a new pull request, #2471: URL: https://github.com/apache/iceberg-python/pull/2471
Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.2.3 to 3.2.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyparsing/pyparsing/blob/master/CHANGES">pyparsing's changelog</a>.</em></p> <blockquote> <h2>Version 3.2.4 - September, 2025</h2> <ul> <li> <p>Barring any catastrophic bugs in this release, this will be the last release in the 3.2.x line. The next release, 3.3.0, will begin emitting <code>DeprecationWarnings</code> when the pre-PEP8 methods are used (see header notes above for more information, including available automation for converting any existing code using pyparsing with the old names).</p> </li> <li> <p>Fixed bug when using a copy of a <code>Word</code> expression (either by using the explicit <code>copy()</code> method, or attaching a results name), and setting a new expression name, a raised <code>ParseException</code> still used the original expression name. Also affected <code>Regex</code> expressions with <code>as_match</code> or <code>as_group_list</code> = True. Reported by Waqas Ilyas, in Issue <a href="https://redirect.github.com/pyparsing/pyparsing/issues/612">#612</a> - good catch!</p> </li> <li> <p>Fixed type annotation for <code>replace_with</code>, to accept <code>Any</code> type. Fixes Issue <a href="https://redirect.github.com/pyparsing/pyparsing/issues/602">#602</a>, reported by esquonk.</p> </li> <li> <p>Added locking around potential race condition in <code>ParserElement.reset_cache</code>, as well as other cache-related methods. Fixes Issue <a href="https://redirect.github.com/pyparsing/pyparsing/issues/604">#604</a>, reported by CarlosDescalziIM.</p> </li> <li> <p>Substantial update to docstrings and doc generation in preparation for 3.3.0, great effort by FeRD, thanks!</p> </li> <li> <p>Notable addition by FeRD to convert docstring examples to work with doctest! This was long overdue, thanks so much!</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyparsing/pyparsing/commit/57923cd6a651d81c72b4e60b2baa02fbedf217ba"><code>57923cd</code></a> Enable matplotlib unit tests for Python 3.14</li> <li><a href="https://github.com/pyparsing/pyparsing/commit/fad1505f8ab91cc897f3067868e500257130e1a4"><code>fad1505</code></a> Update CHANGES file with thanks to FeRD for making the docstring examples doc...</li> <li><a href="https://github.com/pyparsing/pyparsing/commit/6622151cb440e85de9880ca6b7f3652e0962e315"><code>6622151</code></a> Update tox.ini to add doctest testing for all Python versions 3.10 and later</li> <li><a href="https://github.com/pyparsing/pyparsing/commit/e6ed66bdcd6da3ef63f4396565d860467efb5252"><code>e6ed66b</code></a> Change doctest for LineStart to reflect latest implementation of "is this tok...</li> <li><a href="https://github.com/pyparsing/pyparsing/commit/23092da6569c97f30605ff2fe818fc15b3d12567"><code>23092da</code></a> Doctests for pyparsing.exceptions</li> <li><a href="https://github.com/pyparsing/pyparsing/commit/0bae3cdcc9274dbbcde5daabba739d3b1ddb49fc"><code>0bae3cd</code></a> Doctests for pyparsing.common</li> <li><a href="https://github.com/pyparsing/pyparsing/commit/98ec165d1a66247dbeffcf692643765648fb230f"><code>98ec165</code></a> Docs: Add doctest-wrtiting documentation</li> <li><a href="https://github.com/pyparsing/pyparsing/commit/0b46bcd452f87c0f72007995af21a935b16b7123"><code>0b46bcd</code></a> Doctests for pyparsing.core</li> <li><a href="https://github.com/pyparsing/pyparsing/commit/9a898f595539169e4645f5de1703b78da9b1658c"><code>9a898f5</code></a> Docs: Update API definition</li> <li><a href="https://github.com/pyparsing/pyparsing/commit/45fd9722381b53e1205a0c190418b46721a224c9"><code>45fd972</code></a> Doctests for pyparsing.helpers</li> <li>Additional commits viewable in <a href="https://github.com/pyparsing/pyparsing/compare/3.2.3...3.2.4">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 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org