diff --git a/Pipfile b/Pipfile index afa8f1a..6e03fdf 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ robotframework-pythonlibcore = "==4.5.0" six = "==1.17.0" toml = "==0.10.2" urllib3 = "==2.7.0" -zipp = "==3.23.0" +zipp = "==3.23.1" [scripts] best-practice-desktop-us = "pytest -n8 --dc=us best_practice/desktop_web/" diff --git a/Pipfile.lock b/Pipfile.lock index 2644517..c53d1dd 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ecca3b66b1c3b2ebac30fdcb5e3594e889cf4dbd7ebe4e5fb42eec326264d753" + "sha256": "6d39ef362d3dff7cfc2dba2fc9b50ff609ab4b4e46ffc9a410b2a01aca00bd4b" }, "pipfile-spec": 6, "requires": {}, @@ -732,12 +732,12 @@ }, "zipp": { "hashes": [ - "sha256:071652d6115ed432f5ce1d34c336c0adfd6a884660d1e9712a256d3d3bd4b14e", - "sha256:a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166" + "sha256:0b3596c50a5c700c9cb40ba8d86d9f2cc4807e9bedb06bcdf7fac85633e444dc", + "sha256:32120e378d32cd9714ad503c1d024619063ec28aad2248dc6672ad13edfa5110" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==3.23.0" + "version": "==3.23.1" } }, "develop": {} diff --git a/requirements.txt b/requirements.txt index a7d2a5a..929bb4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,4 @@ selenium==4.39.0 six==1.17.0 toml==0.10.2 urllib3==2.7.0 -zipp==3.23.0 +zipp==3.23.1