diff --git a/poetry.lock b/poetry.lock index 1ab4077b..c492ba66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1672,12 +1672,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.39" +version = "0.0.40" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.39.tar.gz", hash = "sha256:4d2955098e17abec1e822e39824132e2651486a7ff156b6c23cecda9bd7752ea"}, + {file = "pyhelper_utils-0.0.40.tar.gz", hash = "sha256:20f8c2a7d0c9ae3983fcfb60249e74ee0d674cbe742d375357474fa990a497ed"}, ] [package.dependencies] @@ -1762,12 +1762,12 @@ six = "*" [[package]] name = "python-simple-logger" -version = "1.0.37" +version = "1.0.38" description = "A simple logger for python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "python_simple_logger-1.0.37.tar.gz", hash = "sha256:e20056fb4372fab8ec78a57a690c28660ea448a89dc2b43aecf0bc454579c0ce"}, + {file = "python_simple_logger-1.0.38.tar.gz", hash = "sha256:3e88a22f31485b1ab5d1c4da56ffe8dd27d6453f79f6f9859978ecd76083f58e"}, ] [package.dependencies] @@ -2180,12 +2180,12 @@ setuptools = "*" [[package]] name = "timeout-sampler" -version = "0.0.43" +version = "0.0.44" 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.43.tar.gz", hash = "sha256:aee2dfe9b79d11e98baf17453b250503b09ac388b76f2760509c34a6ae011ed3"}, + {file = "timeout_sampler-0.0.44.tar.gz", hash = "sha256:5552d30cf222f5cd3bae519b861ad255982fdb690cdb2b0c0bfd0ccbd45a20af"}, ] [package.dependencies] @@ -2508,4 +2508,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6a59de43769b2dcf9f062ceb6a51821f8def61f5a1bb03866547d7bdaae469ea" +content-hash = "8d172949568a46f6a76f2f18120b4da5d540225fa03e3c09c46236a50bafe9c3" diff --git a/pyproject.toml b/pyproject.toml index 2c97f530..cb40712a 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.6.0" -timeout-sampler = "^0.0.43" +timeout-sampler = "^0.0.44" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.39" +pyhelper-utils = "^0.0.40" uwsgi = "^2.0.26" fastapi = "^0.114.0" python-simple-logger = "^1.0.30"