From 81c792dce8d6304468d4dca98603d5e705b29a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 16:03:35 +0000 Subject: [PATCH] Bump pyparsing from 3.2.5 to 3.3.0 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.2.5 to 3.3.0. - [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.2.5...3.3.0) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d731bfcd8b..9dfeffca88 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4270,14 +4270,14 @@ test = ["pretend", "pytest (>=3.0.1)", "pytest-rerunfailures"] [[package]] name = "pyparsing" -version = "3.2.5" +version = "3.3.0" description = "pyparsing - Classes and methods to define and execute parsing grammars" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "pyparsing-3.2.5-py3-none-any.whl", hash = "sha256:e38a4f02064cf41fe6593d328d0512495ad1f3d8a91c4f73fc401b3079a59a5e"}, - {file = "pyparsing-3.2.5.tar.gz", hash = "sha256:2df8d5b7b2802ef88e8d016a2eb9c7aeaa923529cd251ed0fe4608275d4105b6"}, + {file = "pyparsing-3.3.0-py3-none-any.whl", hash = "sha256:d15038408e0097d3a01e7e0846731f7f2450c5b6e4a75a52baabd6bbf24585be"}, + {file = "pyparsing-3.3.0.tar.gz", hash = "sha256:0de16f2661afbab11fe6645d9472c3b96968d2fffea5b0cc9da88f5be286f039"}, ] [package.extras] @@ -5972,4 +5972,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "e74766bca346a2f36d4c217cd71aa9d9e7faaac5fd4c5b0ed1c8d1734cb39bad" +content-hash = "90da889c88b44b240a10ad97c9d8c4a03721ac27ce57c2858baddfdc9b209cdd" diff --git a/pyproject.toml b/pyproject.toml index 1085271cce..1c84f4a74f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -314,7 +314,7 @@ PyJWT = "^2.8" PyLD = "2.0.4" pymarc = "5.3.1" pyOpenSSL = "^25.0.0" -pyparsing = "3.2.5" +pyparsing = "3.3.0" pyspellchecker = "0.8.4" python = ">=3.12,<4" python-dateutil = "2.9.0.post0"