diff --git a/Pipfile b/Pipfile index f4794b5..e0555b7 100644 --- a/Pipfile +++ b/Pipfile @@ -30,7 +30,7 @@ requests = "==2.33.1" robotframework-pythonlibcore = "==4.5.0" six = "==1.17.0" toml = "==0.10.2" -urllib3 = "==2.6.3" +urllib3 = "==2.7.0" zipp = "==3.23.0" [scripts] diff --git a/Pipfile.lock b/Pipfile.lock index 574d7cb..ad96eab 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c39c72db59dd76a981b172e10a3fe1e0a5a1ece949ade305026950520a25a78b" + "sha256": "dbddc22af192af2479cd916426671883105a3793d86b59778ef7283793f6bd46" }, "pipfile-spec": 6, "requires": {}, @@ -707,12 +707,12 @@ "socks" ], "hashes": [ - "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", - "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4" + "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", + "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897" ], "index": "pypi", - "markers": "python_version >= '3.9'", - "version": "==2.6.3" + "markers": "python_version >= '3.10'", + "version": "==2.7.0" }, "websocket-client": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index ff4944b..f89ae49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,5 +29,5 @@ sauceclient==1.0.1 selenium==4.39.0 six==1.17.0 toml==0.10.2 -urllib3==2.6.3 +urllib3==2.7.0 zipp==3.23.0