From bc25007fef41b6d017e6b7c4df08361bb86246a3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 12 May 2018 18:45:18 +0200 Subject: [PATCH] Update cachetools from 2.0.1 to 2.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a06a96ef..deb0c9c5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ccxt==1.13.133 SQLAlchemy==1.2.7 python-telegram-bot==10.1.0 arrow==0.12.1 -cachetools==2.0.1 +cachetools==2.1.0 requests==2.18.4 urllib3==1.22 wrapt==1.10.11