From ebdeeeb908aa5369e8e77685389083839cafc914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:46:25 +0000 Subject: [PATCH] Bump tenacity from 8.5.0 to 9.0.0 (#1957) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f3771b21..2ea904f09 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4512,13 +4512,13 @@ files = [ [[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] @@ -5123,4 +5123,4 @@ lxml = ">=3.8" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "07e5b2d789db49d7f1eaae6e8a67d0e99eb5b7dae58d8bea7060fb7db542093f" +content-hash = "7aa4e53a3337e83d3562479abf1d3cf0367a8839ef40add6f5a71029aaa3c13d" diff --git a/pyproject.toml b/pyproject.toml index 45fc50b2f..b0d182b92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -268,7 +268,7 @@ redis = "^5.0.5" redmail = "^0.6.0" requests = "^2.29" sqlalchemy = {version = "^1.4", extras = ["mypy"]} -tenacity = "^8.5.0" +tenacity = "^9.0.0" textblob = "0.18.0.post0" types-pyopenssl = "^24.0.0.20240130" types-pyyaml = "^6.0.12.9"