diff --git a/poetry.lock b/poetry.lock index 94a04270..fd28d962 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1822,12 +1822,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.28" +version = "0.0.29" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.28.tar.gz", hash = "sha256:82f4725b8e2e5ce7856a2a2a409f40def66acd12394de21131db2af56af1a8d7"}, + {file = "pyhelper_utils-0.0.29.tar.gz", hash = "sha256:e5d5b25c6fbfaf13ce296b8a11c0fded6e49210ce90cff2095171d8923a8ff11"}, ] [package.dependencies] @@ -1940,12 +1940,12 @@ six = "*" [[package]] name = "python-simple-logger" -version = "1.0.32" +version = "1.0.33" description = "A simple logger for python" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "python_simple_logger-1.0.32.tar.gz", hash = "sha256:18c4dcb35c122681695bc2eb93828e0d447b1ec955d96020e3558a4e47ddb630"}, + {file = "python_simple_logger-1.0.33.tar.gz", hash = "sha256:fa34931dd16a16972a327c140fc6f0f0549915e58952994a5a2cad73c4f70423"}, ] [package.dependencies] @@ -2356,12 +2356,12 @@ setuptools = "*" [[package]] name = "timeout-sampler" -version = "0.0.36" +version = "0.0.37" 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.36.tar.gz", hash = "sha256:e8d9a05ff0c2f7e98e2c59c98ac47ed36be55ec2257dcfacbe89fa673d712871"}, + {file = "timeout_sampler-0.0.37.tar.gz", hash = "sha256:4f6a0f6c5f46c647600fbcc46ab4b2d84bf897baa7a4b32cd54afc7293a72832"}, ] [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 = "5a3c1d08a8929a02c75e7b50b8cca18fa7c5a5df15f5c1546135ca975999d720" +content-hash = "374e125a78e5144fda964871e354c80117255e9b045607a7672ff22af53588d2" diff --git a/pyproject.toml b/pyproject.toml index b985d81a..d7d09013 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.36" +timeout-sampler = "^0.0.37" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.28" +pyhelper-utils = "^0.0.29" uwsgi = "^2.0.26" fastapi = "^0.111.0" python-simple-logger = "^1.0.30"