Skip to content

Commit

Permalink
build: upgrade lark-parser package
Browse files Browse the repository at this point in the history
  • Loading branch information
linw1995 committed Aug 15, 2021
1 parent 36440b1 commit cc6ab56
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ documentation = "https://jsonpath.rtfd.io/en/latest/"

[project.optional-dependencies]
parser = [
"lark-parser >= 0.8.5, < 0.9",
"lark-parser ~= 0.11.3",
]

[project.scripts]
Expand All @@ -59,7 +59,7 @@ includes = [
docs = [
"sphinx ~= 3.5",
"livereload ~= 2.6",
"lark-parser >= 0.8.5, < 0.9",
"lark-parser ~= 0.11.3",
]
test = [
"pytest-cov ~= 2.11",
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ iniconfig==1.1.1 \
Jinja2==3.0.1 \
--hash=sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4 \
--hash=sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4
lark-parser==0.8.9 \
--hash=sha256:78915e9e59c7a3068830fd2d2cd733f7ab0cbea2d7928ebfaac4f8df10e4e989
lark-parser==0.11.3 \
--hash=sha256:e29ca814a98bb0f81674617d878e5f611cb993c19ea47f22c80da3569425f9bd
livereload==2.6.3 \
--hash=sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869
MarkupSafe==2.0.1 \
Expand Down
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ imagesize==1.2.0 \
Jinja2==3.0.1 \
--hash=sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4 \
--hash=sha256:703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4
lark-parser==0.8.9 \
--hash=sha256:78915e9e59c7a3068830fd2d2cd733f7ab0cbea2d7928ebfaac4f8df10e4e989
lark-parser==0.11.3 \
--hash=sha256:e29ca814a98bb0f81674617d878e5f611cb993c19ea47f22c80da3569425f9bd
livereload==2.6.3 \
--hash=sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869
MarkupSafe==2.0.1 \
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lark-parser==0.8.9 \
--hash=sha256:78915e9e59c7a3068830fd2d2cd733f7ab0cbea2d7928ebfaac4f8df10e4e989
lark-parser==0.11.3 \
--hash=sha256:e29ca814a98bb0f81674617d878e5f611cb993c19ea47f22c80da3569425f9bd
typing-extensions==3.10.0.0 \
--hash=sha256:0ac0f89795dd19de6b97debb0c6af1c70987fd80a2d62d1958f7e56fcc31b497 \
--hash=sha256:779383f6086d90c99ae41cf0ff39aac8a7937a9283ce0a414e5dd782f4c94a84 \
Expand Down

0 comments on commit cc6ab56

Please sign in to comment.