dependabot[bot] opened a new pull request, #1481:
URL: https://github.com/apache/iceberg-python/pull/1481

   Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.2.0 to 
3.2.1.
   <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.1 - December, 2024</h2>
   <ul>
   <li>
   <p>Updated generated railroad diagrams to make non-terminal elements links 
to their related
   sub-diagrams. This <em>greatly</em> improves navigation of the diagram, 
especially for
   large, complex parsers.</p>
   </li>
   <li>
   <p>Simplified railroad diagrams emitted for parsers using 
<code>infix_notation</code>, by hiding
   lookahead terms. Renamed internally generated expressions for clarity, and 
improved
   diagramming.</p>
   </li>
   <li>
   <p>Improved performance of <code>cpp_style_comment</code>, 
<code>c_style_comment</code>, <code>common.fnumber</code>
   and <code>common.ieee_float</code> Regex expressions. PRs submitted by 
Gabriel Gerlero,
   nice work, thanks!</p>
   </li>
   <li>
   <p>Add missing type annotations to <code>match_only_at_col</code>, 
<code>replace_with</code>, <code>remove_quotes</code>,
   <code>with_attribute</code>, and <code>with_class</code>. Issue <a 
href="https://redirect.github.com/pyparsing/pyparsing/issues/585";>#585</a> 
reported by rafrafrek.</p>
   </li>
   <li>
   <p>Added generated diagrams for many of the examples.</p>
   </li>
   <li>
   <p>Replaced old examples/0README.html file with examples/README.md file.</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/abb3b4bcfaeaa5e1c83a3af4c1c6c8a03acc7dcd";><code>abb3b4b</code></a>
 Prep for 3.2.1 release</li>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/91a56b468386e63b45030463e3d5fc78f4d03e98";><code>91a56b4</code></a>
 delete old 0README.html file from the examples directory, replaced with 
READM...</li>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/51e25558c9e5d5fb3a904045d8bc79b9468c12a8";><code>51e2555</code></a>
 improved README.md for examples directory</li>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/5e32ee62ed9818e6a2fdf3854fea2faeb6f3715d";><code>5e32ee6</code></a>
 add parse_python_value.py to test_examples</li>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/2f41d0f701caeeb5a25fa86de7cbed99a37dbd7d";><code>2f41d0f</code></a>
 update version timestamp</li>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/dc8d66eac77c6ff89ce9fac14f06d4f933e25845";><code>dc8d66e</code></a>
 blackening</li>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/00d7aed694b8c0971c2f853e09af211419b9017d";><code>00d7aed</code></a>
 Fix nested expression diagram element generation</li>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/dde1a025d0783d4e90ce0ee089c9b7cf89f50c78";><code>dde1a02</code></a>
 Added generated diagrams for many of the examples</li>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/471801e30a4432a79535e8a3a21685dc19e934c5";><code>471801e</code></a>
 Fixed cacheing bug in diagram generation; modified names for inner elements 
o...</li>
   <li><a 
href="https://github.com/pyparsing/pyparsing/commit/4bb26472131e8fe9d2230138b48ad5d2b9c93466";><code>4bb2647</code></a>
 Remove modification of Regex exprs when generating railroad diags; also 
short...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pyparsing/pyparsing/compare/3.2.0...3.2.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyparsing&package-manager=pip&previous-version=3.2.0&new-version=3.2.1)](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

Reply via email to