From 30c569a6ff9a0e1231f92f28673e5f7fbd32b83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 14:04:09 +0000 Subject: [PATCH] Update tenacity requirement from <8.3.1,>=7.0.0 to >=7.0.0,<9.1.3 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/7.0.0...9.1.2) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53e87bc0..911a0a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] dependencies = [ "betfairlightweight==2.21.2", - "tenacity>=7.0.0,<8.3.1", + "tenacity>=7.0.0,<9.1.3", "python-json-logger==2.0.7", "requests", "betconnect==0.2.2", diff --git a/requirements.txt b/requirements.txt index 5e53eeb0..f71fd036 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ betfairlightweight==2.21.2 -tenacity>=7.0.0,<8.3.1 +tenacity>=7.0.0,<9.1.3 python-json-logger==2.0.7 requests betconnect==0.2.2