diff --git a/poetry.lock b/poetry.lock index 160cf333..25bec732 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1928,12 +1928,12 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "timeout-sampler" -version = "0.0.29" +version = "0.0.30" description = "Timeout utility class to wait for any function output and interact with it in given time" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "timeout_sampler-0.0.29.tar.gz", hash = "sha256:907d56ef1e45322b6402dc19c102d560121688c3b2d687f40d7a24d6feca0123"}, + {file = "timeout_sampler-0.0.30.tar.gz", hash = "sha256:cd77bbe07c603d08342b02d7623f293431f23ca3e060ad38ccae8b2eb5d81efa"}, ] [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 = "a6dfe5055f827be5fd95589c195023c8a67b1bac013a2624f377977822f866e5" +content-hash = "a53bbd4b2e29441edd529c451a87d7e42efb33018212bf453f044f55b5c8bdb1" diff --git a/pyproject.toml b/pyproject.toml index b4e73085..a89333d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ shortuuid = "^1.0.11" colorlog = "^6.7.0" colorama = "^0.4.6" ruff = "^0.4.0" -timeout-sampler = "^0.0.29" +timeout-sampler = "^0.0.30" requests = "^2.31.0" jira = "^3.8.0" pyhelper-utils = "^0.0.19"