From c3b3bb3851d05e2dac5390eb0d7d3f674de2f384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:38:02 +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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e42c5372..5bd9d103 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pypdf==4.1.0 ratelimit==2.2.1 loguru==0.7.2 pydantic==2.8.2 -tenacity==8.3.0 +tenacity==8.5.0 Pillow==10.3.0 psutil sentry-sdk