From ee149120035b75757f81bd2ce6e58f647dc44d8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:30:20 +0000 Subject: [PATCH] chore(deps): update poetry-deps --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4f7b3dd3..c951b15b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1672,12 +1672,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.38" +version = "0.0.39" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.38.tar.gz", hash = "sha256:43f4ec39168ed2ed9c9e19a636f21e1e80a51055610f4ba8d72cde8feb00d8d0"}, + {file = "pyhelper_utils-0.0.39.tar.gz", hash = "sha256:4d2955098e17abec1e822e39824132e2651486a7ff156b6c23cecda9bd7752ea"}, ] [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 = "77b47768172c211302875a677096c2747f7f98dac1744598ed7a059c163db04c" +content-hash = "8f1201fe5145c84f54cdb815325e3185f8f56d14cbfa33b4322869c14ffd39cf" diff --git a/pyproject.toml b/pyproject.toml index a55ed291..ca6ec1b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ ruff = "^0.6.0" timeout-sampler = "^0.0.43" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.38" +pyhelper-utils = "^0.0.39" uwsgi = "^2.0.26" fastapi = "^0.112.0" python-simple-logger = "^1.0.30"