From faa9e75ece309f7f3699cbab08c5d1d96e1133f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 00:25:05 +0000 Subject: [PATCH] Update tenacity requirement from 8.2.3 to 8.3.0 Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.2.3...8.3.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd27745c..bfd261a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pypdf = "4.1.0" ratelimit = "2.2.1" loguru = "0.7.2" pydantic = "2.7.1" -tenacity = "8.2.3" +tenacity = "8.3.0" Pillow = "10.3.0" psutil = "*" sentry-sdk = "*"