From c0b5f4fbed13a27a77789a362f05fd3a761d8767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:05:39 +0000 Subject: [PATCH] build(deps): bump lark from 1.1.9 to 1.2.2 (#54) --- pdm.lock | 10 +++++----- pyproject.toml | 11 +++-------- scripts/requirements-dev.txt | 6 +++--- scripts/requirements-docs.txt | 6 +++--- scripts/requirements.txt | 6 +++--- 5 files changed, 17 insertions(+), 22 deletions(-) diff --git a/pdm.lock b/pdm.lock index 61201eb..fcad505 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "build_readme", "docs", "parser", "test"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:1e5ceaf368c1cca23b9731bc6de9a18f21df4d46e6caf6a8ff0a839d83f4bf82" +content_hash = "sha256:cd6e09a7100811a78cb471c67809c901481588803f4a58e44a325b649e7c01d4" [[metadata.targets]] requires_python = ">=3.9" @@ -303,13 +303,13 @@ files = [ [[package]] name = "lark" -version = "1.1.9" -requires_python = ">=3.6" +version = "1.2.2" +requires_python = ">=3.8" summary = "a modern parsing library" groups = ["docs", "parser"] files = [ - {file = "lark-1.1.9-py3-none-any.whl", hash = "sha256:a0dd3a87289f8ccbb325901e4222e723e7d745dbfc1803eaf5f3d2ace19cf2db"}, - {file = "lark-1.1.9.tar.gz", hash = "sha256:15fa5236490824c2c4aba0e22d2d6d823575dcaf4cdd1848e34b6ad836240fba"}, + {file = "lark-1.2.2-py3-none-any.whl", hash = "sha256:c2276486b02f0f1b90be155f2c8ba4a8e194d42775786db622faccd652d8e80c"}, + {file = "lark-1.2.2.tar.gz", hash = "sha256:ca807d0162cd16cef15a8feecb862d7319e7a09bdb13aef927968e45040fed80"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 459e15a..ad4d8fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"] diff --git a/scripts/requirements-dev.txt b/scripts/requirements-dev.txt index 63e2a76..f0446ae 100644 --- a/scripts/requirements-dev.txt +++ b/scripts/requirements-dev.txt @@ -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 diff --git a/scripts/requirements-docs.txt b/scripts/requirements-docs.txt index a4d164a..bcc1259 100644 --- a/scripts/requirements-docs.txt +++ b/scripts/requirements-docs.txt @@ -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 diff --git a/scripts/requirements.txt b/scripts/requirements.txt index ce77cd0..9bc7096 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -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