From 1e3ebbb71bcb2f55fbde43fa1623408c95b23de2 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Thu, 4 Feb 2021 22:05:27 -0700 Subject: [PATCH] updated dependencies --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 51c2e25..3911526 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ python-telegram-bot==12.5.1 -requests==2.23.0 -pandas==1.0.3 +requests==2.25.1 +pandas==1.2.1 fuzzywuzzy==0.18.0 python-Levenshtein==0.12.1 -schedule==0.6.0 -mplfinance==0.12.6a3 \ No newline at end of file +schedule==1.0.0 +mplfinance==0.12.7a5 \ No newline at end of file