diff --git a/poetry.lock b/poetry.lock index 3d03d4d7..f9251b9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1487,12 +1487,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.21" +version = "0.0.22" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.21.tar.gz", hash = "sha256:4a8a0dbcbb4145851c43d28953e6dc6b51644bd72b2411c343fbf6fe40ae9e0b"}, + {file = "pyhelper_utils-0.0.22.tar.gz", hash = "sha256:9706d61ed25bb273277285c062b165be65824f76e543084ff0a3af6217166d28"}, ] [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 = "af274651e8fea8e2a05becfddb94d5bf2addced7eb74fba92bf3119d12c0e728" +content-hash = "b3f6c81bc4dbaab4608818cef24e086784127c88f8dc86aac575f3bdc0a68c88" diff --git a/pyproject.toml b/pyproject.toml index d68a476a..8cdd2cd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ ruff = "^0.4.0" timeout-sampler = "^0.0.32" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.21" +pyhelper-utils = "^0.0.22" [tool.poetry.group.dev.dependencies] ipdb = "^0.13.13"