From f27a2861fe82b8aa68cb90f70262a1e9a5c66bc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 21:39:23 +0000 Subject: [PATCH] Update tenacity requirement from ==8.* to >=8,<10 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.0.0...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 a1a364a..a8114d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ dependencies = [ "requests>=2.21.0", "aiohttp>=3.9.2", "pydantic==2.8.2", - "tenacity==8.*" + "tenacity>=8,<10" ] [tool.setuptools.packages.find]