From 8ca2b5799644b335a1a1e798dffeb470bca96dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:54:36 +0000 Subject: [PATCH] Bump pyparsing from 3.1.1 to 3.1.2 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.1.1...pyparsing_3.1.2) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7273e91916..704481157f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3111,13 +3111,13 @@ test = ["flaky", "pretend", "pytest (>=3.0.1)"] [[package]] name = "pyparsing" -version = "3.1.1" +version = "3.1.2" description = "pyparsing module - Classes and methods to define and execute parsing grammars" optional = false python-versions = ">=3.6.8" files = [ - {file = "pyparsing-3.1.1-py3-none-any.whl", hash = "sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb"}, - {file = "pyparsing-3.1.1.tar.gz", hash = "sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db"}, + {file = "pyparsing-3.1.2-py3-none-any.whl", hash = "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"}, + {file = "pyparsing-3.1.2.tar.gz", hash = "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad"}, ] [package.extras] @@ -4480,4 +4480,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "822bddc9a9fd1011ae1792ee2139f0085ad70553f396847e27173fcb10d01e8f" +content-hash = "c24e029577962127d26e6e7391c9335489073cebb393c59526598dad6eab4ada" diff --git a/pyproject.toml b/pyproject.toml index c023effb15..fcdd65d460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -225,7 +225,7 @@ PyJWT = "^2.8" PyLD = "2.0.4" pymarc = "5.1.2" pyOpenSSL = "^24.0.0" -pyparsing = "3.1.1" +pyparsing = "3.1.2" pyspellchecker = "0.8.1" python = ">=3.10,<4" python-dateutil = "2.9.0.post0"