From f189bc36edf8c7a4069fd3739812177fb2d02353 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 07:32:53 +0000 Subject: [PATCH] chore(deps): update dependency pyparsing to v3.3.1 --- requirements-python311.txt | 2 +- requirements-python38.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-python311.txt b/requirements-python311.txt index 3936aac7..6fe97d4a 100644 --- a/requirements-python311.txt +++ b/requirements-python311.txt @@ -2,7 +2,7 @@ # (taken from Sumac Open edX version) numpy==1.26.4 scipy==1.14.1 -pyparsing==3.2.0 +pyparsing==3.3.1 # For testing pytest diff --git a/requirements-python38.txt b/requirements-python38.txt index a71ff2d6..2cce3250 100644 --- a/requirements-python38.txt +++ b/requirements-python38.txt @@ -2,7 +2,7 @@ # (taken from Redwood Open edX version) numpy==1.24.4 scipy==1.10.1 -pyparsing==3.1.2 +pyparsing==3.3.1 # For testing pytest