From 65b001cbe05f14b75ebe24255e45f3a56a72b024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 01:07:48 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20tenacity=20from=208.2.3=20to?= =?UTF-8?q?=209.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tenacity](https://github.com/jd/tenacity) from 8.2.3 to 9.0.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.2.3...9.0.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73becf22..99af1624 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ starlette-context==0.3.6 tiktoken==0.7.0 ujson==5.8.0 uvicorn==0.22.0 -tenacity==8.2.3 +tenacity==9.0.0 gunicorn==23.0.0 pytest-cov==5.0.0 pydantic==2.8.2