From 8fd01c94ba569e9d51fc5c53da654957f10cbfa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:09:41 +0000 Subject: [PATCH] Bump tenacity from 8.3.0 to 8.5.0 Bumps [tenacity](https://github.com/jd/tenacity) from 8.3.0 to 8.5.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.3.0...8.5.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65359259..836c7907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pypdf = "4.1.0" ratelimit = "2.2.1" loguru = "0.7.2" pydantic = "2.8.2" -tenacity = "8.4.2" +tenacity = "8.5.0" Pillow = "10.3.0" psutil = "*" sentry-sdk = "*"