diff --git a/Pipfile b/Pipfile index fc37a01..a6c8915 100644 --- a/Pipfile +++ b/Pipfile @@ -26,7 +26,7 @@ pluggy = "==1.6.0" py = "==1.11.0" pyparsing = "==3.3.2" pytest-playwright = "==0.7.2" -requests = "==2.33.0" +requests = "==2.33.1" robotframework-pythonlibcore = "==4.5.0" six = "==1.17.0" toml = "==0.10.2" diff --git a/Pipfile.lock b/Pipfile.lock index 5ae2bda..8b230f5 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "3f40bac96ce7cd7a52e523a5809a6beb08418d828299015d5ec5998e4710fc7c" + "sha256": "e6aa8dc2b9018737998b830b88876b1023f9c21905bcee095ac0382f9208b38b" }, "pipfile-spec": 6, "requires": {}, @@ -561,12 +561,12 @@ }, "requests": { "hashes": [ - "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b", - "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652" + "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517", + "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a" ], "index": "pypi", "markers": "python_version >= '3.10'", - "version": "==2.33.0" + "version": "==2.33.1" }, "robotframework": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index de784d7..f8e6839 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pytest-xdist==3.8.0 pytest==9.0.3 pytest-playwright==0.7.2 pyyaml==6.0.3 -requests==2.33.0 +requests==2.33.1 robotframework-pabot==5.1.0 robotframework-pythonlibcore==4.5.0 robotframework-seleniumlibrary==6.8.0