From df38840937114f604166b9328a9ad00a753bfaf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:34:43 +0000 Subject: [PATCH] Bump tenacity from 8.3.0 to 8.4.2 Bumps [tenacity](https://github.com/jd/tenacity) from 8.3.0 to 8.4.2. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.3.0...8.4.2) --- 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 04d5eaf7..d0b011de 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.4" -tenacity = "8.3.0" +tenacity = "8.4.2" Pillow = "10.3.0" psutil = "*" sentry-sdk = "*"