From 68b9cd393b6ad0af6d2638e2e696e95e49326eeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:02:43 +0000 Subject: [PATCH] chore(deps): update poetry-deps --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f6a19f04..090480e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1600,12 +1600,12 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "timeout-sampler" -version = "0.0.24" +version = "0.0.25" 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.24.tar.gz", hash = "sha256:797ac10c4ef53be1bb149da783914333d870e7cce50479758bc473f4a7f4b119"}, + {file = "timeout_sampler-0.0.25.tar.gz", hash = "sha256:9f7ef75a83cdc940a0bf8b83c6052fd99bc1e4d88e7f6de8e137778e9e8d6deb"}, ] [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 = "86510fe2e499b6c423171a69e1114e1bc0fb713c73088dcbd99874e245ba0b3f" +content-hash = "fae0e8acd7290aca991432f334c8d1907693506aff4c24630d0d277d397779b2" diff --git a/pyproject.toml b/pyproject.toml index 23d14a1f..e3c3a57b 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.24" +timeout-sampler = "^0.0.25" requests = "^2.31.0" [tool.poetry.group.dev.dependencies]