From f0a736e5971ec0ac3a6f4c59001bedd6bb91e1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:20:06 +0000 Subject: [PATCH] Update tenacity requirement from ^8.1 to >=8.1,<10.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.1.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 ccac667..9d74551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ issues = "https://github.com/drc38/python-fronius-web/issues" python = ">=3.10" httpx = ">=0.23" pydantic = ">=2,<3.0" -tenacity = "^8.1" +tenacity = ">=8.1,<10.0" [tool.poetry.dev-dependencies]