From 7df03a77f0992633c2c7b1b8a6f9eaf35fe35f08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 06:26:51 +0000 Subject: [PATCH] chore(deps): update dependency pyhelper-utils to ^0.0.15 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7c0df0e5..a7c80681 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1487,12 +1487,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.14" +version = "0.0.15" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.14.tar.gz", hash = "sha256:8d6ab75f3c23519d8337e70bcf9c8bdaedd36f3b48cf00c6a91255dc656432e5"}, + {file = "pyhelper_utils-0.0.15.tar.gz", hash = "sha256:bea149ec231d323e98c77a8d5df308860ec06c1611ea965a815b2a694c0e51c7"}, ] [package.dependencies] @@ -2247,4 +2247,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d193f96a8baabe24e69eca83cd255e78934e9f7df051b96e6818b0388eb9f283" +content-hash = "5f9497d789c475bac56cc36e36d3de15d4af5d7da1926103b2cd3a67c5e98a18" diff --git a/pyproject.toml b/pyproject.toml index d9afc925..1b9850c7 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.14" +pyhelper-utils = "^0.0.15" [tool.poetry.group.dev.dependencies] ipdb = "^0.13.13"