From 5c22a15b8e9ddf9086030f153116c872be38e34c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 21:43:50 +0000 Subject: [PATCH] chore(deps): update dependency pyhelper-utils to ^0.0.19 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5884097e..98dc7919 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1487,12 +1487,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.18" +version = "0.0.19" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.18.tar.gz", hash = "sha256:33f1ba2559a701aa16c5b6384bb5acbd317b0acd69625fd43c1eb15fbbbc7c63"}, + {file = "pyhelper_utils-0.0.19.tar.gz", hash = "sha256:2e38e32555118a68823eafcb4201694605d42d11b004a99b30dd5963096fd40a"}, ] [package.dependencies] @@ -2233,4 +2233,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "326097095058cb1aaeb06645609c252972b898ec9768484c9e64588df5f1b772" +content-hash = "4a108d0023a47c68164b80fa31b00cbbedc1f4ab13b13810d96400c4d6428c4b" diff --git a/pyproject.toml b/pyproject.toml index 70b6715f..21c0f24e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ ruff = "^0.4.0" timeout-sampler = "^0.0.27" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.18" +pyhelper-utils = "^0.0.19" [tool.poetry.group.dev.dependencies] ipdb = "^0.13.13"