From f389d0b9f1c1160125e9f8601d34d4bffeb9a71e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 08:55:36 +0000 Subject: [PATCH] build(deps): Bump fakeredis from 1.2.1 to 1.3.0 in /backend Bumps [fakeredis](https://github.com/jamesls/fakeredis) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/jamesls/fakeredis/releases) - [Commits](https://github.com/jamesls/fakeredis/compare/1.2.1...1.3.0) Signed-off-by: dependabot-preview[bot] --- backend/requirements-dev.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index b1e63785f..e515de3f4 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==1.2.1 +fakeredis==1.3.0 pre-commit==2.2.0 pytest==5.4.1 pytest-responses==0.4.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 68c08e012..b2caba1a3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ -e ../tools #egg=code-coverage-tools connexion==2.6.0 datadog==0.35.0 -fakeredis==1.2.1 +fakeredis==1.3.0 Flask==1.1.1 Flask-Cors==3.0.8 flask-talisman==0.7.0