From 70960dc456b93c197abf96ca1ab7f0a9322f6ba4 Mon Sep 17 00:00:00 2001 From: DogsTailFarmer Date: Fri, 13 Sep 2024 23:22:47 +0300 Subject: [PATCH] 3.0.14 --- CHANGELOG.md | 4 ++++ martin_binance/__init__.py | 2 +- pyproject.toml | 40 +++++++++++++++++++------------------- requirements.txt | 6 +++--- 4 files changed, 28 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef54ef..c39cadb 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.14- 2024-09-13 +### Fix +* `pyproject.toml` + ## 3.0.13post1 - 2024-09-13 ### Fix * deepsource found style issue diff --git a/martin_binance/__init__.py b/martin_binance/__init__.py index ece7f38..489500e 100755 --- a/martin_binance/__init__.py +++ b/martin_binance/__init__.py @@ -6,7 +6,7 @@ __author__ = "Jerry Fedorenko" __copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM" __license__ = "MIT" -__version__ = "3.0.13post1" +__version__ = "3.0.14" __maintainer__ = "Jerry Fedorenko" __contact__ = "https://github.com/DogsTailFarmer" diff --git a/pyproject.toml b/pyproject.toml index e7f2ed5..8c238d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,29 +17,29 @@ dynamic = ["version", "description"] requires-python = ">=3.9" dependencies = [ - "exchanges-wrapper==2.1.15", - "jsonpickle==3.0.2", - "psutil==5.9.6", - "requests==2.32.0", - "libtmux==0.23.2", + "exchanges-wrapper==2.1.19", + "jsonpickle==3.3.0", + "psutil==6.0.0", + "requests==2.32.3", + "libtmux==0.37.0", "colorama==0.4.6", - "prometheus-client==0.18.0", - "optuna==3.4.0", - "plotly==5.18.0", - "pandas==2.1.2", - "dash>=2.15.0", - "future==0.18.3", - "inquirer==3.1.3", - "scikit-learn==1.5.0", - "tqdm==4.66.3", + "prometheus-client==0.20.0", + "optuna==4.0.0", + "plotly==5.24.1", + "pandas==2.2.2", + "dash==2.18.1", + "future==1.0.0", + "inquirer==3.4.0", + "scikit-learn==1.5.2", + "tqdm==4.66.5", "ujson~=5.10.0", - "orjson~=3.9.15", - "pyarrow~=14.0.2", - "shortuuid~=1.0.11", - "numpy~=1.23.4", - "scipy~=1.12.0", + "orjson~=3.10.7", + "pyarrow~=17.0.0", + "shortuuid~=1.0.13", + "numpy~=2.1.1", + "scipy==1.14.1", "toml~=0.10.2", - "schedule~=1.2.1", + "schedule~=1.2.2" ] [tool.flit.module] diff --git a/requirements.txt b/requirements.txt index 397d4b7..283f4bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -exchanges-wrapper==2.1.18 +exchanges-wrapper==2.1.19 jsonpickle==3.3.0 psutil==6.0.0 requests==2.32.3 @@ -13,11 +13,11 @@ future==1.0.0 inquirer==3.4.0 scikit-learn==1.5.2 tqdm==4.66.5 -ujson +ujson~=5.10.0 orjson~=3.10.7 pyarrow~=17.0.0 shortuuid~=1.0.13 numpy~=2.1.1 scipy==1.14.1 -toml +toml~=0.10.2 schedule~=1.2.2