diff --git a/poetry.lock b/poetry.lock index ed6aa324..fc813f3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1822,12 +1822,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.30" +version = "0.0.31" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.30.tar.gz", hash = "sha256:16279389fe869080b2418e387ca0ea91144732f2543a987a4b0d76281bca1700"}, + {file = "pyhelper_utils-0.0.31.tar.gz", hash = "sha256:8767daaeb548e12f7f58beb8e8b460c209f950bd8a2dd590b384c6f20992f72a"}, ] [package.dependencies] @@ -2356,12 +2356,12 @@ setuptools = "*" [[package]] name = "timeout-sampler" -version = "0.0.38" +version = "0.0.39" description = "Timeout utility class to wait for any function output and interact with it in given time" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "timeout_sampler-0.0.38.tar.gz", hash = "sha256:e2b2873ccde830d802fde2b545f385a3b60f47970c4e354f5e6fc976f616a690"}, + {file = "timeout_sampler-0.0.39.tar.gz", hash = "sha256:666dd3eec3f6303c1f0095414bcfd2246b845d5300f9965c171ec5703aa12587"}, ] [package.dependencies] @@ -2920,4 +2920,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3afd74fc8baab26d545995f491d878f4fb769188960d45dcb1b444a7ad7ffcb0" +content-hash = "83c50879b4cc8bbff1e22566c34fa89d71714afd3c58befb84550f23a5f86c24" diff --git a/pyproject.toml b/pyproject.toml index 3a737455..e262ebf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,10 +49,10 @@ shortuuid = "^1.0.11" colorlog = "^6.7.0" colorama = "^0.4.6" ruff = "^0.5.0" -timeout-sampler = "^0.0.38" +timeout-sampler = "^0.0.39" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.30" +pyhelper-utils = "^0.0.31" uwsgi = "^2.0.26" fastapi = "^0.111.0" python-simple-logger = "^1.0.30"