From b7cdcc562b08d8c9abb80e77916f6f1663a70616 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 04:31:59 +0000 Subject: [PATCH] Bump flask-caching from 1.7.2 to 1.8.0 Bumps [flask-caching](https://github.com/sh4nks/flask-caching) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/sh4nks/flask-caching/releases) - [Changelog](https://github.com/sh4nks/flask-caching/blob/master/CHANGES) - [Commits](https://github.com/sh4nks/flask-caching/commits) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0b43c9..73abefe 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( 'Flask-Migrate==2.5.2', 'Flask-Bootstrap==3.3.7.1', 'Flask-WTF==0.14.2', - 'Flask-Caching==1.7.2', + 'Flask-Caching==1.8.0', 'geopy==1.20.0', 'celery==4.3.0', 'redis==3.3.11',