diff --git a/poetry.lock b/poetry.lock index 78dc9ba2..351fad35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1869,12 +1869,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] @@ -1987,12 +1987,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] @@ -2371,12 +2371,12 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "timeout-sampler" -version = "0.0.34" +version = "0.0.35" 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.34.tar.gz", hash = "sha256:1d964dc370c1cbd616c1e877ac996a8bf3e24b8aeecc9a70158e46e638217367"}, + {file = "timeout_sampler-0.0.35.tar.gz", hash = "sha256:2e14991e232a20bfec5b864ba2487674c1cc368c51de83c656895da13b288c32"}, ] [package.dependencies] @@ -3011,4 +3011,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "36072775a8e357f8639ac37431a754dd8244fed85d9c0753f664bcd2e49cb6d9" +content-hash = "02d9b121b3308efd6acc3cbf253f6aee13956f1e531a490cfcb08888496b201e" diff --git a/pyproject.toml b/pyproject.toml index 9e61dbcd..7aaa5d9a 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.34" +timeout-sampler = "^0.0.35" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.25" +pyhelper-utils = "^0.0.27" uwsgi = "^2.0.26" fastapi = "^0.111.0" python-simple-logger = "^1.0.30"