From a8934da6171894b127bd619333fbd92715189558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:52:08 +0000 Subject: [PATCH] Update tenacity requirement from <8.3.1,>=7.0.0 to >=7.0.0,<9.0.1 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.0.0) --- updated-dependencies: - dependency-name: tenacity 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 fd485bc9..97d83ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "betfairlightweight==2.20.2", - "tenacity>=7.0.0,<8.3.1", + "tenacity>=7.0.0,<9.0.1", "python-json-logger==2.0.7", "requests", "betconnect==0.2.1", diff --git a/requirements.txt b/requirements.txt index 0607ed54..e532bf6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ betfairlightweight==2.20.2 -tenacity>=7.0.0,<8.3.1 +tenacity>=7.0.0,<9.0.1 python-json-logger==2.0.7 requests betconnect==0.2.1