diff --git a/poetry.lock b/poetry.lock index da22ad41..a93ac84d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1672,12 +1672,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.36" +version = "0.0.37" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.36.tar.gz", hash = "sha256:574c92ba0643811f2053f192893ac8ac0807b104e86fa324bfcf3ec7e427552a"}, + {file = "pyhelper_utils-0.0.37.tar.gz", hash = "sha256:b5585dbcf7ab779435b218ce2b14c02e69d6d4256bc53adac8297120a550c0b5"}, ] [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 = "a58658d5ee6532bbdbc3d924fed4e864fab2061dd2503baf66f9f95085ccafdb" +content-hash = "59fdddb4e09f7b7d32cd1cc6f0ed70d04b3653613fce3407d8c8a729abef85f0" diff --git a/pyproject.toml b/pyproject.toml index febf89f8..075c885b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ ruff = "^0.6.0" timeout-sampler = "^0.0.42" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.36" +pyhelper-utils = "^0.0.37" uwsgi = "^2.0.26" fastapi = "^0.112.0" python-simple-logger = "^1.0.30"