From abbea9bce7233b9576b6347f8d15b0c6e091e4f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 02:28:36 +0000 Subject: [PATCH] Update dependency tenacity to v9 --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 31d4c993..a17a570e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1801,13 +1801,13 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "tenacity" -version = "8.5.0" +version = "9.0.0" description = "Retry code until it succeeds" optional = false python-versions = ">=3.8" files = [ - {file = "tenacity-8.5.0-py3-none-any.whl", hash = "sha256:b594c2a5945830c267ce6b79a166228323ed52718f30302c1359836112346687"}, - {file = "tenacity-8.5.0.tar.gz", hash = "sha256:8bc6c0c8a09b31e6cad13c47afbed1a567518250a9a171418582ed8d9c20ca78"}, + {file = "tenacity-9.0.0-py3-none-any.whl", hash = "sha256:93de0c98785b27fcf659856aa9f54bfbd399e29969b0621bc7f762bd441b4539"}, + {file = "tenacity-9.0.0.tar.gz", hash = "sha256:807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b"}, ] [package.extras] @@ -2005,4 +2005,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10.12" -content-hash = "4a1e4867680cc883cc8881864ad4b906ba5f7132ccad3b71ff7198d687fd86cd" +content-hash = "5d5a1777bc1923395f7a7279d732fef575ff7f71125eb51c79815ddfe1640cb7" diff --git a/pyproject.toml b/pyproject.toml index 7000c22c..0e19b992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [] python = "^3.10.12" ops = "^2.15.0" pymongo = "^4.7.3" -tenacity = "^8.2.3" +tenacity = "^9.0.0" pyyaml = "^6.0.1" cffi = "^1.16.0" jinja2= "^3.1.3" @@ -52,7 +52,7 @@ pymongo = "^4.7.3" [tool.poetry.group.integration.dependencies] allure-pytest = "^2.13.5" ops = "^2.15.0" -tenacity = "^8.2.3" +tenacity = "^9.0.0" pymongo = "^4.7.3" pytest = "^8.1.1" pytest-asyncio ="^0.21.1"