From 59f5bd684084bf0badd73077c528034cfb193f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:16:40 +0000 Subject: [PATCH] Bump pyparsing from 3.0.9 to 3.2.3 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.0.9 to 3.2.3. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_3.0.9...3.2.3) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2857c8628659a6..54f56c4ae73d65 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,7 +24,7 @@ packaging==25.0 pluggy==1.6.0 pydata-sphinx-theme==0.14.4 Pygments==2.19.1 -pyparsing==3.0.9 +pyparsing==3.2.3 pytest==8.4.0 pytest-html==3.1.1; python_version < "3.10" pytest-metadata==1.11.0; python_version < "3.10"