From 554b2a5efa888d62ce28be2214568f807ddd4042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:36:47 +0000 Subject: [PATCH] Update dependency pyparsing to v3.3.2 --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 6c135b3..fc37a01 100644 --- a/Pipfile +++ b/Pipfile @@ -24,7 +24,7 @@ more-itertools = "==10.8.0" packaging = "==25.0" pluggy = "==1.6.0" py = "==1.11.0" -pyparsing = "==3.3.1" +pyparsing = "==3.3.2" pytest-playwright = "==0.7.2" requests = "==2.33.0" robotframework-pythonlibcore = "==4.5.0" diff --git a/Pipfile.lock b/Pipfile.lock index 65613ce..5ae2bda 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "58daa227f8e74358cb39f4efdf66ff49e38adb3728a43adc3a66ed81d8236524" + "sha256": "3f40bac96ce7cd7a52e523a5809a6beb08418d828299015d5ec5998e4710fc7c" }, "pipfile-spec": 6, "requires": {}, @@ -420,12 +420,12 @@ }, "pyparsing": { "hashes": [ - "sha256:023b5e7e5520ad96642e2c6db4cb683d3970bd640cdf7115049a6e9c3682df82", - "sha256:47fad0f17ac1e2cad3de3b458570fbc9b03560aa029ed5e16ee5554da9a2251c" + "sha256:850ba148bd908d7e2411587e247a1e4f0327839c40e2e5e6d05a007ecc69911d", + "sha256:c777f4d763f140633dcb6d8a3eda953bf7a214dc4eff598413c070bcdc117cbc" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==3.3.1" + "version": "==3.3.2" }, "pysocks": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 7258671..de784d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ more-itertools==10.8.0 packaging==25.0 pluggy==1.6.0 py==1.11.0 -pyparsing==3.3.1 +pyparsing==3.3.2 pytest-xdist==3.8.0 pytest==9.0.3 pytest-playwright==0.7.2