build(deps-dev): bump pyparsing from 3.2.3 to 3.2.4
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 2 months ago)
(about 2 months ago)
dependencies python
Bumps pyparsing from 3.2.3 to 3.2.4.
Changelog
Sourced from pyparsing's changelog.
Version 3.2.4 - September, 2025
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
DeprecationWarningswhen 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).Fixed bug when using a copy of a
Wordexpression (either by using the explicitcopy()method, or attaching a results name), and setting a new expression name, a raisedParseExceptionstill used the original expression name. Also affectedRegexexpressions withas_matchoras_group_list= True. Reported by Waqas Ilyas, in Issue #612 - good catch!Fixed type annotation for
replace_with, to acceptAnytype. Fixes Issue #602, reported by esquonk.Added locking around potential race condition in
ParserElement.reset_cache, as well as other cache-related methods. Fixes Issue #604, reported by CarlosDescalziIM.Substantial update to docstrings and doc generation in preparation for 3.3.0, great effort by FeRD, thanks!
Notable addition by FeRD to convert docstring examples to work with doctest! This was long overdue, thanks so much!
Commits
57923cdEnable matplotlib unit tests for Python 3.14fad1505Update CHANGES file with thanks to FeRD for making the docstring examples doc...6622151Update tox.ini to add doctest testing for all Python versions 3.10 and latere6ed66bChange doctest for LineStart to reflect latest implementation of "is this tok...23092daDoctests for pyparsing.exceptions0bae3cdDoctests for pyparsing.common98ec165Docs: Add doctest-wrtiting documentation0b46bcdDoctests for pyparsing.core9a898f5Docs: Update API definition45fd972Doctests for pyparsing.helpers- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 7757759 |
| UUID: | 3417101301 |
| Node ID: | PR_kwDOPNiOac6ol2TN |
| Host: | GitHub |
| Repository: | NHSDigital/terraform-aws-metrics-lambda |