diff --git a/poetry.lock b/poetry.lock index 5766b12..118a837 100644 --- a/poetry.lock +++ b/poetry.lock @@ -780,12 +780,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.27" +version = "0.0.28" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.27.tar.gz", hash = "sha256:b5a6fa0d06cf13ec973095ede528da884350d1d381d59a049ed007444365e735"}, + {file = "pyhelper_utils-0.0.28.tar.gz", hash = "sha256:82f4725b8e2e5ce7856a2a2a409f40def66acd12394de21131db2af56af1a8d7"}, ] [package.dependencies] @@ -910,12 +910,12 @@ six = "*" [[package]] name = "python-simple-logger" -version = "1.0.31" +version = "1.0.32" description = "A simple logger for python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "python_simple_logger-1.0.31.tar.gz", hash = "sha256:ff93fc2c1f7dd46b9e00063f1b2a0ced26091a32713166294f4cb6c73d4f5ca6"}, + {file = "python_simple_logger-1.0.32.tar.gz", hash = "sha256:18c4dcb35c122681695bc2eb93828e0d447b1ec955d96020e3558a4e47ddb630"}, ] [package.dependencies] @@ -1130,4 +1130,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ce6dcd351b1dfa448a9a7eb1ac3be518d36c4950b7fb1e655b181969fc35392c" +content-hash = "042d740d0f519d69dc6c8eb574018ff12614bb782963eb75a828aeb0327fba2c" diff --git a/pyproject.toml b/pyproject.toml index cba7336..0532cc8 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.27" +pyhelper-utils = "^0.0.28" pytest-mock = "^3.14.0" pyyaml = "^6.0.1"