diff --git a/poetry.lock b/poetry.lock index 0096c19..6471633 100644 --- a/poetry.lock +++ b/poetry.lock @@ -780,12 +780,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.25" +version = "0.0.27" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.25.tar.gz", hash = "sha256:b790d7002887f72dd82642492763dc2b45f4a36fa7ee0a6eb1e8b60253d7bd63"}, + {file = "pyhelper_utils-0.0.27.tar.gz", hash = "sha256:b5a6fa0d06cf13ec973095ede528da884350d1d381d59a049ed007444365e735"}, ] [package.dependencies] @@ -910,12 +910,12 @@ six = "*" [[package]] name = "python-simple-logger" -version = "1.0.30" +version = "1.0.31" description = "A simple logger for python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "python_simple_logger-1.0.30.tar.gz", hash = "sha256:3ae7f5f2496c11c0be7d289d1eecae484c23cd561b5423340b1071315760371d"}, + {file = "python_simple_logger-1.0.31.tar.gz", hash = "sha256:ff93fc2c1f7dd46b9e00063f1b2a0ced26091a32713166294f4cb6c73d4f5ca6"}, ] [package.dependencies] @@ -1130,4 +1130,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "550ac2fa2ba3dc77b76bd5b1e836dffb6d3dbf3731324590fd2e260b1b928173" +content-hash = "ce6dcd351b1dfa448a9a7eb1ac3be518d36c4950b7fb1e655b181969fc35392c" diff --git a/pyproject.toml b/pyproject.toml index 1057407..cba7336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pyutils-polarion-set-automated = "apps.polarion.polarion_set_automated:polarion_ python = "^3.8" python-simple-logger = "^1.0.8" pylero = "^0.1.0" -pyhelper-utils = "^0.0.25" +pyhelper-utils = "^0.0.27" pytest-mock = "^3.14.0" pyyaml = "^6.0.1"