From 27ca6fce069401ce5e9393f860687290f446bdf5 Mon Sep 17 00:00:00 2001 From: liampauling Date: Thu, 3 Oct 2024 08:31:55 +0100 Subject: [PATCH] betfairlightweight upgraded to 2.20.3 --- HISTORY.rst | 7 +++++++ flumine/__version__.py | 2 +- pyproject.toml | 4 ++-- requirements-speed.txt | 2 +- requirements.txt | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 8bdd914c..2b88f386 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ Release History --------------- +2.6.4 (2024-10-03) ++++++++++++++++++++ + +**Libraries** + +- betfairlightweight upgraded to 2.20.3 + 2.6.3 (2024-09-16) +++++++++++++++++++ diff --git a/flumine/__version__.py b/flumine/__version__.py index a147c87e..878c52e5 100644 --- a/flumine/__version__.py +++ b/flumine/__version__.py @@ -1,6 +1,6 @@ __title__ = "flumine" __description__ = "Betting trading framework" __url__ = "https://github.com/betcode-org/flumine" -__version__ = "2.6.3" +__version__ = "2.6.4" __author__ = "Liam Pauling" __license__ = "MIT" diff --git a/pyproject.toml b/pyproject.toml index fd485bc9..abfd62dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "betfairlightweight==2.20.2", + "betfairlightweight==2.20.3", "tenacity>=7.0.0,<8.3.1", "python-json-logger==2.0.7", "requests", @@ -32,7 +32,7 @@ dynamic = ["version"] [project.optional-dependencies] speed = [ - "betfairlightweight[speed]==2.20.2" + "betfairlightweight[speed]==2.20.3" ] test = [ "black==24.8.0", diff --git a/requirements-speed.txt b/requirements-speed.txt index ac8ca431..37410d38 100644 --- a/requirements-speed.txt +++ b/requirements-speed.txt @@ -1 +1 @@ -betfairlightweight[speed]==2.20.2 +betfairlightweight[speed]==2.20.3 diff --git a/requirements.txt b/requirements.txt index 0607ed54..db62741a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -betfairlightweight==2.20.2 +betfairlightweight==2.20.3 tenacity>=7.0.0,<8.3.1 python-json-logger==2.0.7 requests