diff --git a/poetry.lock b/poetry.lock index b7d7f722..535dc3af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1590,12 +1590,12 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "timeout-sampler" -version = "0.0.5" +version = "0.0.6" description = "Timeout utility class to wait for any function output and interact with it in given time" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "timeout_sampler-0.0.5.tar.gz", hash = "sha256:e05c6b35c62589d7c896a15d3a70ae7f2e5bc8239dfaaf66550ab2af929834ec"}, + {file = "timeout_sampler-0.0.6.tar.gz", hash = "sha256:96159c7dbc758ede62033eac1cd3d29d1aec1e7113766604b10c6ed1f0184ada"}, ] [package.dependencies] @@ -1905,4 +1905,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "fe2d2acd01bee26ffe1e04dec9c47b9ad026df0058437bff8ca080598a858081" +content-hash = "598a74593bb162394942a5a09ac963c68c2e6f222c7f4c5429aefd6e214cf9bf" diff --git a/pyproject.toml b/pyproject.toml index 9cb2f813..aef82123 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.2.0" -timeout-sampler = "^0.0.5" +timeout-sampler = "^0.0.6" [tool.poetry.group.dev.dependencies] ipdb = "^0.13.13"