diff --git a/Pipfile b/Pipfile index edc839c..b6b6eaa 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ Appium-Python-Client = "==4.3.0" PyYAML = "==6.0.2" selenium = "==4.26.1" sa11y = "*" -sauceclient = "==1.0.0" +sauceclient = "==1.0.1" saucebindings = "==1.3.0" robotframework = "==7.1.1" robotframework-pabot = "==2.18.0" diff --git a/Pipfile.lock b/Pipfile.lock index 9965d3d..6af42c8 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4158cca176854bdb234dcf99c2df6aef3b5daf7d11339269390c1ec176758f1f" + "sha256": "5cf9041452874f9df695cabf117b9b0ef83e4ebbbee720bbc695541f9fccf1f1" }, "pipfile-spec": 6, "requires": {}, @@ -458,10 +458,12 @@ }, "sauceclient": { "hashes": [ - "sha256:af04accdcc6aaa16f98d010fbfdbd3fdb52367fcf95ebbaf05a9964c33845982" + "sha256:02ce53a41bf78c49f21413b0d64953784ff559fcb12ffd076a25eafd5bb6abe9", + "sha256:3778289d3c26af473c2d8dfe54d71729c0e876a3ff404f91e8b6bb62ac43d9e7" ], "index": "pypi", - "version": "==1.0.0" + "markers": "python_version >= '3.9'", + "version": "==1.0.1" }, "selenium": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 153dee4..7fc6f8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ robotframework-pythonlibcore==4.4.1 robotframework-seleniumlibrary==6.7.1 robotframework==7.1.1 saucebindings==1.3.0 -sauceclient==1.0.0 +sauceclient==1.0.1 selenium==4.26.1 six==1.16.0 toml==0.10.2