diff --git a/Pipfile b/Pipfile index c109a14..2b93993 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ robotframework-pythonlibcore = "==4.6.0" six = "==1.17.0" toml = "==0.10.2" urllib3 = "==2.7.0" -zipp = "==3.23.1" +zipp = "==4.1.0" [scripts] best-practice-desktop-us = "pytest -n8 --dc=us best_practice/desktop_web/" diff --git a/Pipfile.lock b/Pipfile.lock index 01a16b9..5914a60 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "465847c7be58b76d2a0817d36d948b592b816fe84ca0c8e3f4b6ea56ade7744d" + "sha256": "d77c4ab6a3c30fe19ca77638f54ab32172d78c2cf8c541cc3eb0590a1f7673d7" }, "pipfile-spec": 6, "requires": {}, @@ -750,12 +750,12 @@ }, "zipp": { "hashes": [ - "sha256:0b3596c50a5c700c9cb40ba8d86d9f2cc4807e9bedb06bcdf7fac85633e444dc", - "sha256:32120e378d32cd9714ad503c1d024619063ec28aad2248dc6672ad13edfa5110" + "sha256:25ad4e16390cd314347dd8f1de67a2ac538ae658ed4ab9db16029c07c188e97f", + "sha256:4cb57381f544315db7688e976e922a2b18cdb513d21cc194eb42232ba2a3e602" ], "index": "pypi", - "markers": "python_version >= '3.9'", - "version": "==3.23.1" + "markers": "python_version >= '3.10'", + "version": "==4.1.0" } }, "develop": {} diff --git a/requirements.txt b/requirements.txt index 81ecdb5..948b6ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,4 @@ selenium==4.44.0 six==1.17.0 toml==0.10.2 urllib3==2.7.0 -zipp==3.23.1 +zipp==4.1.0