diff --git a/poetry.lock b/poetry.lock index 25bec732..1a4371c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1487,12 +1487,12 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyhelper-utils" -version = "0.0.19" +version = "0.0.20" description = "Collective utility functions for python projects" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pyhelper_utils-0.0.19.tar.gz", hash = "sha256:2e38e32555118a68823eafcb4201694605d42d11b004a99b30dd5963096fd40a"}, + {file = "pyhelper_utils-0.0.20.tar.gz", hash = "sha256:70d372487f7c2e14e8a6b6866b566f47100b4287ad9c7e287eaa6091ff87a219"}, ] [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 = "a53bbd4b2e29441edd529c451a87d7e42efb33018212bf453f044f55b5c8bdb1" +content-hash = "9fe3438fb911e9771b98f6fde065b37f7e18bb2d8f0ebd8426cf93c968a303c8" diff --git a/pyproject.toml b/pyproject.toml index a89333d1..c77a0fe7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ ruff = "^0.4.0" timeout-sampler = "^0.0.30" requests = "^2.31.0" jira = "^3.8.0" -pyhelper-utils = "^0.0.19" +pyhelper-utils = "^0.0.20" [tool.poetry.group.dev.dependencies] ipdb = "^0.13.13"