Skip to content

Commit

Permalink
3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DogsTailFarmer committed Sep 13, 2024
1 parent fe6853d commit 70960dc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.14- 2024-09-13
### Fix
* `pyproject.toml`

## 3.0.13post1 - 2024-09-13
### Fix
* deepsource found style issue
Expand Down
2 changes: 1 addition & 1 deletion martin_binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
40 changes: 20 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 70960dc

Please sign in to comment.