diff --git a/Pipfile b/Pipfile index 64faa41..5198946 100644 --- a/Pipfile +++ b/Pipfile @@ -29,7 +29,7 @@ pyparsing = "==3.2.3" pytest-forked = "==1.6.0" requests = "==2.32.3" robotframework-pythonlibcore = "==4.4.1" -six = "==1.16.0" +six = "==1.17.0" toml = "==0.10.2" typing-extensions = "==4.14.0" urllib3 = "==2.4.0" diff --git a/Pipfile.lock b/Pipfile.lock index 82a307e..4dc8318 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "24285474257d6c23c8c642efb70ffb49d13a5d60cff44ad3ce963a4f16b78914" + "sha256": "72206723bc599a9e98fb394cdc3b0debe97f7d8a7fd4c435b70188c40bf62486" }, "pipfile-spec": 6, "requires": {}, @@ -485,12 +485,12 @@ }, "six": { "hashes": [ - "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", - "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" + "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", + "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" ], "index": "pypi", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", - "version": "==1.16.0" + "version": "==1.17.0" }, "sniffio": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index be56f1c..d085c56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ robotframework==7.3 saucebindings==1.3.0 sauceclient==1.0.1 selenium==4.26.1 -six==1.16.0 +six==1.17.0 toml==0.10.2 typing-extensions==4.14.0 ; python_version < '3.8' urllib3==2.4.0