From e56c691d4ce7dde7d548d93abd26c9eca014229d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:25:29 +0000 Subject: [PATCH] Update dependency pyparsing to v3.2.5 --- Pipfile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 130c3da..320c3da 100644 --- a/Pipfile +++ b/Pipfile @@ -24,7 +24,7 @@ more-itertools = "==10.7.0" packaging = "==25.0" pluggy = "==1.6.0" py = "==1.11.0" -pyparsing = "==3.2.3" +pyparsing = "==3.2.5" pytest-playwright = "==0.7.0" requests = "==2.32.4" robotframework-pythonlibcore = "==4.4.1" diff --git a/requirements.txt b/requirements.txt index 9ddbdd6..3b83fce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ more-itertools==10.7.0 packaging==25.0 pluggy==1.6.0 py==1.11.0 -pyparsing==3.2.3 +pyparsing==3.2.5 pytest-xdist==3.8.0 pytest==8.4.2 pytest-playwright==0.7.0