From 881bdfbad036d82b5692b9f813898a2639f31209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:03:05 +0000 Subject: [PATCH] Update pyparsing requirement from >=2.3.0 to >=3.3.2 Updates the requirements on [pyparsing](https://github.com/pyparsing/pyparsing) to permit the latest version. - [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.6...3.3.2) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 615ff5404..bf13c4184 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,7 @@ pytz git+https://github.com/graphite-project/whisper.git#egg=whisper git+https://github.com/graphite-project/ceres.git#egg=ceres Django<6 -pyparsing>=3.0.6 +pyparsing>=3.3.2 alabaster==1.0.0 Sphinx==8.2.1 jinja2<3.2.0 diff --git a/requirements.txt b/requirements.txt index b8efcd0d1..eba13b1ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ txAMQP>=0.8.2,<0.9 django-tagging gunicorn pytz -pyparsing>=2.3.0 +pyparsing>=3.3.2 cairocffi git+https://github.com/graphite-project/whisper.git#egg=whisper # Ceres is optional