From e342b27b53e9254810f9c4b51f51ddbc15bd4b33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 21:28:04 +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 98aee34d..7c0df0e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1931,12 +1931,12 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "timeout-sampler" -version = "0.0.26" +version = "0.0.27" 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.26.tar.gz", hash = "sha256:272caa29bc27512bc29a68847f52955940e3a9cb23712a78ff8c7cc2da2a6c67"}, + {file = "timeout_sampler-0.0.27.tar.gz", hash = "sha256:f4c1a2cf670dd18550ec8565a6130c318c3dc8818dcc6602bdb385963f77d59c"}, ] [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 = "a8c06f641f476925b6854a448c6e444dda8ae8603d8864e8ff72b3dd4998657c" +content-hash = "d193f96a8baabe24e69eca83cd255e78934e9f7df051b96e6818b0388eb9f283" diff --git a/pyproject.toml b/pyproject.toml index ae291bfe..d9afc925 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.26" +timeout-sampler = "^0.0.27" requests = "^2.31.0" jira = "^3.8.0" pyhelper-utils = "^0.0.14"