This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 8ee0d74e Build: Bump pyparsing from 3.3.1 to 3.3.2 (#2935)
8ee0d74e is described below
commit 8ee0d74e6b1e1e88577c44f1a698cfba3ab2320a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 21 09:29:56 2026 +0100
Build: Bump pyparsing from 3.3.1 to 3.3.2 (#2935)
Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.3.1 to
3.3.2.
<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.3.2 - January, 2026</h2>
<ul>
<li>
<p>Defined pyparsing-specific warning classes so that they can be
selectively enabled
or disabled without affecting warnings raised by other libraries in the
same Python
app:</p>
<ul>
<li><code>PyparsingWarning</code> - base warning for all
pyparsing-specific warnings (inherits
from <code>UserWarning</code>)</li>
<li><code>PyparsingDeprecationWarning</code> - warning for using
deprecated features (inherits
from <code>PyparsingWarning</code> and
<code>DeprecationWarning</code>)</li>
<li><code>PyparsingDiagnosticWarning</code> - warning raised when
pyparsing diagnostics are
enabled and a diagnostic feature is used (inherits from
<code>PyparsingWarning</code>)</li>
</ul>
</li>
<li>
<p>Added <code>as_datetime</code> parse action to
<code>pyparsing.common</code> - a more generalized
version of the <code>convert_to_datetime</code> parse action (supports
any expression that extracts
date/time fields into "year", "month",
"day", etc. results names), and validates
that the parsed fields represent a valid date and time.</p>
</li>
<li>
<p>Added <code>iso8601_date_validated</code> and
<code>iso8601_datetime_validated</code> expressions to
<code>pyparsing.common</code>, which return a Python
<code>datetime.datetime</code></p>
</li>
<li>
<p>Various performance improvements in <code>ParseResults</code> class
and core functions, with
10-20% performance overall.</p>
</li>
<li>
<p>Added <code>regex_inverter</code> web page (using PyScript) to
demonstrate using the <code>inv_regex.py</code>
example.</p>
</li>
<li>
<p>Expanded regex forms handled by the
<code>examples/inv_regex.py</code> example:</p>
<ul>
<li>named capturing groups (<code>?P<name></code>)</li>
<li>partial repetition (<code>{m,}</code> and <code>{,n}</code>)</li>
<li>negated character classes (<code>[^...]</code>)</li>
</ul>
</li>
<li>
<p>Added <code>SPy</code> (Simplified Python) parser to examples.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/fa24016d953353f8ba566abb5c8fc12e1d07556c"><code>fa24016</code></a>
Sync regex_inverter example from pyparsing</li>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/ea2204618ea09a49cf32ae0e51b338acf32c5d7c"><code>ea22046</code></a>
Updates to regex_inverter example: handle cancel during long max_results
inte...</li>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/7df5c0915620bfa2467e684fb05345a7349a7496"><code>7df5c09</code></a>
Sync regex_inverter example from pyparsing</li>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/e862afaa0dc49415ecc7da395bf91dd27d13c73a"><code>e862afa</code></a>
Add Regular Expressions Quick Reference to
regex_inverter/index.html</li>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/6fdbd8828a5471c48ab645cb982f5a936345f8a4"><code>6fdbd88</code></a>
Sync regex_inverter example from pyparsing</li>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/5b3304515a293238befe37e24e28c617ac855254"><code>5b33045</code></a>
Add note in the regex inverter that only the 7-bit ASCII characters are
used ...</li>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/e403f2c9d00de35f68b946da6eb55cb99ef41a37"><code>e403f2c</code></a>
Merge branch 'master' of <a
href="https://github.com/pyparsing/pyparsing">https://github.com/pyparsing/pyparsing</a></li>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/e7b5f1c1660ec675c60ce1c1750798a25b6e8195"><code>e7b5f1c</code></a>
Fix repo sync action in sync-regex-inverter.yml</li>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/ea463fa53936d64bc8618afdabd87120709f8c41"><code>ea463fa</code></a>
Sync regex_inverter example from pyparsing</li>
<li><a
href="https://github.com/pyparsing/pyparsing/commit/afcbdacfee7bc190bdd2354efa4c4dd1c6cfaf84"><code>afcbdac</code></a>
Change repetition instructions to use {,4} instead of {,10}</li>
<li>Additional commits viewable in <a
href="https://github.com/pyparsing/pyparsing/compare/3.3.1...3.3.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 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>
---
uv.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/uv.lock b/uv.lock
index d82247be..d9ccd333 100644
--- a/uv.lock
+++ b/uv.lock
@@ -4623,11 +4623,11 @@ wheels = [
[[package]]
name = "pyparsing"
-version = "3.3.1"
+version = "3.3.2"
source = { registry = "https://pypi.org/simple" }
-sdist = { url =
"https://files.pythonhosted.org/packages/33/c1/1d9de9aeaa1b89b0186e5fe23294ff6517fce1bc69149185577cd31016b2/pyparsing-3.3.1.tar.gz",
hash =
"sha256:47fad0f17ac1e2cad3de3b458570fbc9b03560aa029ed5e16ee5554da9a2251c", size
= 1550512, upload-time = "2025-12-23T03:14:04.391Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/f3/91/9c6ee907786a473bf81c5f53cf703ba0957b23ab84c264080fb5a450416f/pyparsing-3.3.2.tar.gz",
hash =
"sha256:c777f4d763f140633dcb6d8a3eda953bf7a214dc4eff598413c070bcdc117cbc", size
= 6851574, upload-time = "2026-01-21T03:57:59.36Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/8b/40/2614036cdd416452f5bf98ec037f38a1afb17f327cb8e6b652d4729e0af8/pyparsing-3.3.1-py3-none-any.whl",
hash =
"sha256:023b5e7e5520ad96642e2c6db4cb683d3970bd640cdf7115049a6e9c3682df82", size
= 121793, upload-time = "2025-12-23T03:14:02.103Z" },
+ { url =
"https://files.pythonhosted.org/packages/10/bd/c038d7cc38edc1aa5bf91ab8068b63d4308c66c4c8bb3cbba7dfbc049f9c/pyparsing-3.3.2-py3-none-any.whl",
hash =
"sha256:850ba148bd908d7e2411587e247a1e4f0327839c40e2e5e6d05a007ecc69911d", size
= 122781, upload-time = "2026-01-21T03:57:55.912Z" },
]
[[package]]