From bfa19046b37747d512f6984468e97944b3cc905a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:51:43 +0000 Subject: [PATCH] Bump pyparsing from 3.1.2 to 3.1.4 (#2011) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b80722a68..b075060e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3599,13 +3599,13 @@ test = ["pretend", "pytest (>=3.0.1)", "pytest-rerunfailures"] [[package]] name = "pyparsing" -version = "3.1.2" +version = "3.1.4" description = "pyparsing module - Classes and methods to define and execute parsing grammars" optional = false python-versions = ">=3.6.8" files = [ - {file = "pyparsing-3.1.2-py3-none-any.whl", hash = "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"}, - {file = "pyparsing-3.1.2.tar.gz", hash = "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad"}, + {file = "pyparsing-3.1.4-py3-none-any.whl", hash = "sha256:a6a7ee4235a3f944aa1fa2249307708f893fe5717dc603503c6c7969c070fb7c"}, + {file = "pyparsing-3.1.4.tar.gz", hash = "sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032"}, ] [package.extras] @@ -5124,4 +5124,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "c601e5060bbc791f42c5e4ab9e91ab106f9f5c3ed6053f11d47c005e7f7c92d2" +content-hash = "b422e5d0530d0abdcf7714a2983e565f263f247622fc8a5ce018c0b6c63465b3" diff --git a/pyproject.toml b/pyproject.toml index d0696bb34..25b599a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -257,7 +257,7 @@ PyJWT = "^2.8" PyLD = "2.0.4" pymarc = "5.2.2" pyOpenSSL = "^24.0.0" -pyparsing = "3.1.2" +pyparsing = "3.1.4" pyspellchecker = "0.8.1" python = ">=3.10,<4" python-dateutil = "2.9.0.post0"