Skip to content

Commit

Permalink
⬆️ Update lark requirement in the python-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [lark](https://github.com/lark-parser/lark) to permit the latest version.

Updates `lark` to 1.1.9
- [Release notes](https://github.com/lark-parser/lark/releases)
- [Changelog](https://github.com/lark-parser/lark/blob/master/CHANGELOG.md)
- [Commits](lark-parser/lark@0.7.0...1.1.9)

---
updated-dependencies:
- dependency-name: lark
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 8d0b70c commit c85a64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"importlib_resources>=5.0; python_version < '3.10'",
"tensorboard>=2.11.0, <2.16.3",
"bqskit>=1.1.2, <1.2.0",
"lark>=0.7, <1.0"
"lark>=0.7, <2.0"
]

classifiers = [
Expand Down

0 comments on commit c85a64d

Please sign in to comment.