diff --git a/Pipfile b/Pipfile index eaaae37..4caaeba 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.2.5" +pyparsing = "==3.3.1" pytest-playwright = "==0.7.2" requests = "==2.32.5" robotframework-pythonlibcore = "==4.4.1" diff --git a/Pipfile.lock b/Pipfile.lock index 745f0fc..efe8fea 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f7afd9a8c6d4195214e124d2854146fdd2cffd597924e68008bcb9f293e617ba" + "sha256": "f7e9822072f95d4573e1cee85b6b71997fe1c1f37a95811488008c3bd9b44866" }, "pipfile-spec": 6, "requires": {}, @@ -393,12 +393,12 @@ }, "pyparsing": { "hashes": [ - "sha256:2df8d5b7b2802ef88e8d016a2eb9c7aeaa923529cd251ed0fe4608275d4105b6", - "sha256:e38a4f02064cf41fe6593d328d0512495ad1f3d8a91c4f73fc401b3079a59a5e" + "sha256:023b5e7e5520ad96642e2c6db4cb683d3970bd640cdf7115049a6e9c3682df82", + "sha256:47fad0f17ac1e2cad3de3b458570fbc9b03560aa029ed5e16ee5554da9a2251c" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==3.2.5" + "version": "==3.3.1" }, "pysocks": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 66585f1..075e0a7 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.2.5 +pyparsing==3.3.1 pytest-xdist==3.8.0 pytest==8.4.2 pytest-playwright==0.7.2