Skip to content

Commit e776f86

Browse files
3.0.22
1 parent dd38035 commit e776f86

File tree

4 files changed

+43
-39
lines changed

4 files changed

+43
-39
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.22 - 2025-02-20
2+
### Update
3+
* Bump requirements
4+
15
## 3.0.21 - 2025-02-07
26
### Update
37
* Some minor improvements

martin_binance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__author__ = "Jerry Fedorenko"
77
__copyright__ = "Copyright © 2021 Jerry Fedorenko aka VM"
88
__license__ = "MIT"
9-
__version__ = "3.0.21"
9+
__version__ = "3.0.22"
1010
__maintainer__ = "Jerry Fedorenko"
1111
__contact__ = "https://github.com/DogsTailFarmer"
1212

pyproject.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@ dynamic = ["version", "description"]
1717
requires-python = ">=3.9"
1818

1919
dependencies = [
20-
"exchanges-wrapper>=2.1.28",
21-
"jsonpickle==3.3.0",
22-
"psutil==6.0.0",
23-
"requests==2.32.3",
24-
"libtmux==0.37.0",
20+
"exchanges-wrapper>=2.1.30",
21+
"betterproto==2.0.0b7",
2522
"colorama==0.4.6",
26-
"prometheus-client==0.20.0",
27-
"optuna==4.0.0",
28-
"plotly==5.24.1",
29-
"pandas==2.2.2",
30-
"dash==2.18.1",
23+
"dash==2.18.2",
3124
"future==1.0.0",
3225
"inquirer==3.4.0",
33-
"scikit-learn==1.5.2",
34-
"tqdm==4.66.5",
35-
"ujson~=5.10.0",
36-
"orjson~=3.10.7",
37-
"pyarrow~=17.0.0",
26+
"jsonpickle==4.0.2",
27+
"libtmux==0.44.2",
28+
"numpy~=2.2.3",
29+
"optuna==4.2.1",
30+
"orjson~=3.10.15",
31+
"pandas==2.2.3",
32+
"plotly==6.0.0",
33+
"prometheus-client==0.21.1",
34+
"psutil==7.0.0",
35+
"pyarrow~=19.0.1",
36+
"requests==2.32.3",
37+
"schedule~=1.2.2",
38+
"scikit-learn==1.6.1",
39+
"scipy==1.15.2",
3840
"shortuuid~=1.0.13",
39-
"numpy~=2.1.1",
40-
"scipy==1.14.1",
4141
"toml~=0.10.2",
42-
"schedule~=1.2.2",
43-
"betterproto==2.0.0b7"
42+
"tqdm==4.67.1",
43+
"ujson~=5.10.0"
4444
]
4545

4646
[tool.flit.module]

requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
exchanges-wrapper>=2.1.28
2-
jsonpickle==3.3.0
3-
psutil==6.0.0
4-
requests==2.32.3
5-
libtmux==0.37.0
1+
exchanges-wrapper>=2.1.30
2+
betterproto==2.0.0b7
63
colorama==0.4.6
7-
prometheus-client==0.20.0
8-
optuna==4.0.0
9-
plotly==5.24.1
10-
pandas==2.2.2
11-
dash==2.18.1
4+
dash==2.18.2
125
future==1.0.0
136
inquirer==3.4.0
14-
scikit-learn==1.5.2
15-
tqdm==4.66.5
16-
ujson~=5.10.0
17-
orjson~=3.10.7
18-
pyarrow~=17.0.0
7+
jsonpickle==4.0.2
8+
libtmux==0.44.2
9+
numpy~=2.2.3
10+
optuna==4.2.1
11+
orjson~=3.10.15
12+
pandas==2.2.3
13+
plotly==6.0.0
14+
prometheus-client==0.21.1
15+
psutil==7.0.0
16+
pyarrow~=19.0.1
17+
requests==2.32.3
18+
schedule~=1.2.2
19+
scikit-learn==1.6.1
20+
scipy==1.15.2
1921
shortuuid~=1.0.13
20-
numpy~=2.1.1
21-
scipy==1.14.1
2222
toml~=0.10.2
23-
schedule~=1.2.2
24-
betterproto==2.0.0b7
23+
tqdm==4.67.1
24+
ujson~=5.10.0

0 commit comments

Comments
 (0)