Skip to content

Commit

Permalink
Merge pull request #430 from VladKochetov007/dependabot/pip/tqdm-4.64.1
Browse files Browse the repository at this point in the history
Bump tqdm from 4.64.0 to 4.64.1
  • Loading branch information
VladKochetov007 authored Nov 2, 2022
2 parents ff7b8d5 + 771e6cc commit 70d3c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ numpy==1.23.4
plotly==5.11.0
pandas==1.4.3
ta==0.10.1
tqdm==4.64.0
tqdm==4.64.1
ccxt==2.0.103
scikit-learn
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'plotly==5.11.0',
'pandas==1.4.3',
'ta==0.10.1',
'tqdm==4.64.0',
'tqdm==4.64.1',
'ccxt==2.0.103',
'scikit-learn',
],
Expand Down

0 comments on commit 70d3c22

Please sign in to comment.