From 3945bd9ac84641970b98a07bb52694210251a33f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:27:32 +0000 Subject: [PATCH] chore(deps): update dependency pyhelper-utils to ^0.0.14 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17b99b83..98aee34d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1487,12 +1487,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.13" +version = "0.0.14" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.13.tar.gz", hash = "sha256:e975df235016bbb73e550e8c53cac85f787521f8d9100a18e1410ca264ba843c"}, + {file = "pyhelper_utils-0.0.14.tar.gz", hash = "sha256:8d6ab75f3c23519d8337e70bcf9c8bdaedd36f3b48cf00c6a91255dc656432e5"}, ] [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 = "12a889a5ecd3dc89bf96ce5dab7bac255c17636a91381ae534cb7706518262b8" +content-hash = "a8c06f641f476925b6854a448c6e444dda8ae8603d8864e8ff72b3dd4998657c" diff --git a/pyproject.toml b/pyproject.toml index 55048b23..ae291bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ ruff = "^0.4.0" timeout-sampler = "^0.0.26" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.13" +pyhelper-utils = "^0.0.14" [tool.poetry.group.dev.dependencies] ipdb = "^0.13.13"