Skip to content

deps(python): update lark requirement from >=1.1.9 to >=1.3.1#426

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/lark-gte-1.3.1
Open

deps(python): update lark requirement from >=1.1.9 to >=1.3.1#426
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/lark-gte-1.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on lark to permit the latest version.

Release notes

Sourced from lark's releases.

1.3.1 - Bugfix + source build now contains complete project data

What's Changed

Full Changelog: lark-parser/lark@1.3.0...1.3.1

Changelog

Sourced from lark's changelog.

v1.0

  • maybe_placeholders is now True by default

  • Renamed TraditionalLexer to BasicLexer, and 'standard' lexer option to 'basic'

  • Default priority is now 0, for both terminals and rules (used to be 1 for terminals)

  • Discard mechanism is now done by returning Discard, instead of raising it as an exception.

  • use_accepts in UnexpectedInput.match_examples() is now True by default

  • v_args(meta=True) now gives meta as the first argument. i.e. (meta, children)

Commits
  • f79772c Version bump (1.3.1)
  • b64e9f4 Merge pull request #1561 from chanicpanic/sdist-git
  • ad0ea5f Update MANIFEST.in
  • 1f6f03c Merge pull request #1562 from lark-parser/issue1560
  • 7c365de Added custom input test (based on code from examples)
  • 19bbbee Bugfix: Restore support for custom input, alongside text and TextSlice (Issue...
  • dbcb60e Keep sdist in sync with git
  • e332c2d Version bump (1.3.0)
  • aa5666c Merge pull request #1541 from pdeibert/master
  • 41934d3 Merge pull request #1553 from lark-parser/issue1552
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @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)

Updates the requirements on [lark](https://github.com/lark-parser/lark) to permit the latest version.
- [Release notes](https://github.com/lark-parser/lark/releases)
- [Changelog](https://github.com/lark-parser/lark/blob/master/CHANGELOG.md)
- [Commits](lark-parser/lark@1.1.9...1.3.1)

---
updated-dependencies:
- dependency-name: lark
  dependency-version: 1.3.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants