diff --git a/Pipfile b/Pipfile index 2ce2ede..2d9a647 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ apipkg = "==3.0.2" attrs = "==24.3.0" certifi = "==2024.12.14" chardet = "==5.2.0" -decorator = "==5.1.1" +decorator = "==5.2.1" docutils = "==0.21.2" execnet = "==2.1.1" idna = "==3.10" diff --git a/Pipfile.lock b/Pipfile.lock index 69bb9bc..ae6d62d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1e83a94ded35fc7fbc21d934f5a57732828fb3e83d55a30a4510caa8d7dfe635" + "sha256": "e4da0a48916103e8136f912f6d267a330fca541960aad6885cd2eb02b8ebb2a2" }, "pipfile-spec": 6, "requires": {}, @@ -165,12 +165,12 @@ }, "decorator": { "hashes": [ - "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330", - "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186" + "sha256:65f266143752f734b0a7cc83c46f4618af75b8c5911b00ccb61d0ac9b6da0360", + "sha256:d316bb415a2d9e2d2b3abcc4084c6502fc09240e292cd76a76afc106a1c8e04a" ], "index": "pypi", - "markers": "python_version >= '3.5'", - "version": "==5.1.1" + "markers": "python_version >= '3.8'", + "version": "==5.2.1" }, "docutils": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 6cc41f0..b2f1dfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ appium-python-client==4.3.0 attrs==24.3.0 certifi==2024.12.14 chardet==5.2.0 -decorator==5.1.1 +decorator==5.2.1 docutils==0.21.2 execnet==2.1.1 idna==3.10