From a2dda682e39d4c4d46ff21ec55a8f71b299d3b8b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 13:13:25 +0000 Subject: [PATCH] Bump flask-caching from 1.9.0 to 1.10.1 in /app Bumps [flask-caching](https://github.com/sh4nks/flask-caching) from 1.9.0 to 1.10.1. - [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/compare/v1.9.0...v1.10.1) Signed-off-by: dependabot-preview[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 65bd9ba..e04cf43 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -Flask-Caching==1.9.0 +Flask-Caching==1.10.1 Flask-Cors==3.0.8 Flask-HTTPAuth==3.3.0 discogs_client==2.2.2