From ffa12742a215750cc6d59a1346e0fa0fd1d5fad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:50:18 +0000 Subject: [PATCH] Update tenacity requirement from <9.0.0,>=8.2.2 to >=8.2.2,<10.0.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.2...9.0.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 4fb637fd..2542b73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "pyyaml>=6.0", "requests>=2.30.1,<3.0.0", "rich>=12.6.0,<=13.0.0", - "tenacity>=8.2.2,<9.0.0", + "tenacity>=8.2.2,<10.0.0", "typer[all]==0.7.0", "watchdog>=2.1.0", ]