Skip to content

Commit

Permalink
build(deps): bump lark from 1.1.9 to 1.2.2 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent 426ff02 commit c0b5f4f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 22 deletions.
10 changes: 5 additions & 5 deletions pdm.lock

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

11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ repository = "https://github.com/linw1995/jsonpath"
documentation = "https://jsonpath.rtfd.io/en/latest/"

[project.optional-dependencies]
parser = ["lark ~= 1.1.0"]
parser = ["lark ~= 1.2"]

[project.scripts]
jp = "jsonpath.cli:main"

[build-system]
requires = ["pdm-pep517", "lark ~= 1.1.0"]
requires = ["pdm-pep517", "lark ~= 1.2"]
backend-path = ["."]
build-backend = "jsonpath_build"

Expand All @@ -51,12 +51,7 @@ excludes = ["**/.mypy_cache"]
version = { use_scm = true }

[tool.pdm.dev-dependencies]
docs = [
"sphinx>=3.5,<6",
"livereload ~= 2.6",
"lark ~= 1.1.0",
"tornado>=6.3.2",
]
docs = ["sphinx>=3.5,<6", "livereload ~= 2.6", "lark ~= 1.2", "tornado>=6.3.2"]
test = ["pytest-cov ~= 2.11", "pytest < 8", "pexpect ~= 4.8", "sybil ~= 2.0"]
build_readme = ["pygments ~= 2.8", "docutils >= 0.16"]

Expand Down
6 changes: 3 additions & 3 deletions scripts/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ iniconfig==2.0.0 \
jinja2==3.1.4 \
--hash=sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369 \
--hash=sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d
lark==1.1.9 \
--hash=sha256:15fa5236490824c2c4aba0e22d2d6d823575dcaf4cdd1848e34b6ad836240fba \
--hash=sha256:a0dd3a87289f8ccbb325901e4222e723e7d745dbfc1803eaf5f3d2ace19cf2db
lark==1.2.2 \
--hash=sha256:c2276486b02f0f1b90be155f2c8ba4a8e194d42775786db622faccd652d8e80c \
--hash=sha256:ca807d0162cd16cef15a8feecb862d7319e7a09bdb13aef927968e45040fed80
livereload==2.7.0 \
--hash=sha256:19bee55aff51d5ade6ede0dc709189a0f904d3b906d3ea71641ed548acff3246 \
--hash=sha256:f4ba199ef93248902841e298670eebfe1aa9e148e19b343bc57dbf1b74de0513
Expand Down
6 changes: 3 additions & 3 deletions scripts/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ importlib-metadata==8.5.0; python_version < "3.10" \
jinja2==3.1.4 \
--hash=sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369 \
--hash=sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d
lark==1.1.9 \
--hash=sha256:15fa5236490824c2c4aba0e22d2d6d823575dcaf4cdd1848e34b6ad836240fba \
--hash=sha256:a0dd3a87289f8ccbb325901e4222e723e7d745dbfc1803eaf5f3d2ace19cf2db
lark==1.2.2 \
--hash=sha256:c2276486b02f0f1b90be155f2c8ba4a8e194d42775786db622faccd652d8e80c \
--hash=sha256:ca807d0162cd16cef15a8feecb862d7319e7a09bdb13aef927968e45040fed80
livereload==2.7.0 \
--hash=sha256:19bee55aff51d5ade6ede0dc709189a0f904d3b906d3ea71641ed548acff3246 \
--hash=sha256:f4ba199ef93248902841e298670eebfe1aa9e148e19b343bc57dbf1b74de0513
Expand Down
6 changes: 3 additions & 3 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file is @generated by PDM.
# Please do not edit it manually.

lark==1.1.9 \
--hash=sha256:15fa5236490824c2c4aba0e22d2d6d823575dcaf4cdd1848e34b6ad836240fba \
--hash=sha256:a0dd3a87289f8ccbb325901e4222e723e7d745dbfc1803eaf5f3d2ace19cf2db
lark==1.2.2 \
--hash=sha256:c2276486b02f0f1b90be155f2c8ba4a8e194d42775786db622faccd652d8e80c \
--hash=sha256:ca807d0162cd16cef15a8feecb862d7319e7a09bdb13aef927968e45040fed80
typing-extensions==4.12.2 \
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
--hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8

0 comments on commit c0b5f4f

Please sign in to comment.