diff --git a/poetry.lock b/poetry.lock index ab4258f0..66e2ec3f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1600,12 +1600,12 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "timeout-sampler" -version = "0.0.21" +version = "0.0.22" 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.21.tar.gz", hash = "sha256:047994b8a3996b6fc2deca5263a6061167d7caa1b8f8c9ba0d190f4f302c8fa9"}, + {file = "timeout_sampler-0.0.22.tar.gz", hash = "sha256:117ffcc93d2689f3ab47537772ac50616f125005160cd85c4b9d54ca48b5281c"}, ] [package.dependencies] @@ -1916,4 +1916,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6e028ed213990de2082b296b22ce11ebae808a7e6de03d8037e2e8fcb117ae9f" +content-hash = "7622de827123dbfb3ccbfa92326221c2eccf2207fd7e31779281ce6dc03fad5d" diff --git a/pyproject.toml b/pyproject.toml index 9174943a..c38f10e9 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.3.0" -timeout-sampler = "^0.0.21" +timeout-sampler = "^0.0.22" [tool.poetry.group.dev.dependencies] ipdb = "^0.13.13"