From 563562c73f9d5b253f6a6d6ca877f9d5ac237ecd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:00:44 +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 55b785bc..17b99b83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1931,12 +1931,12 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "timeout-sampler" -version = "0.0.25" +version = "0.0.26" 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.25.tar.gz", hash = "sha256:9f7ef75a83cdc940a0bf8b83c6052fd99bc1e4d88e7f6de8e137778e9e8d6deb"}, + {file = "timeout_sampler-0.0.26.tar.gz", hash = "sha256:272caa29bc27512bc29a68847f52955940e3a9cb23712a78ff8c7cc2da2a6c67"}, ] [package.dependencies] @@ -2247,4 +2247,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "83f857fec2bf34ce8fdf452c661eebac0f6d3ea1c28af427c1c576cfee68569e" +content-hash = "12a889a5ecd3dc89bf96ce5dab7bac255c17636a91381ae534cb7706518262b8" diff --git a/pyproject.toml b/pyproject.toml index b98570ba..55048b23 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.25" +timeout-sampler = "^0.0.26" requests = "^2.31.0" jira = "^3.8.0" pyhelper-utils = "^0.0.13"