From 8a5e4c3f304aa6ff4a3e0722e1fcbb794c195e26 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Nov 2018 13:34:09 +0100 Subject: [PATCH] Update cachetools from 2.1.0 to 3.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7da6ea321..2a505f4e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ccxt==1.17.469 SQLAlchemy==1.2.13 python-telegram-bot==11.1.0 arrow==0.12.1 -cachetools==2.1.0 +cachetools==3.0.0 requests==2.20.0 urllib3==1.24.1 wrapt==1.10.11