From 8b301c7fdb390ece1bbb7e906ad0d3c7a6308fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 16:49:34 +0000 Subject: [PATCH] build(deps): bump fakeredis from 1.5.2 to 1.6.0 in /backend Bumps [fakeredis](https://github.com/jamesls/fakeredis) from 1.5.2 to 1.6.0. - [Release notes](https://github.com/jamesls/fakeredis/releases) - [Commits](https://github.com/jamesls/fakeredis/compare/1.5.2...1.6.0) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[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 c418386bd..2bf03d231 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==1.5.2 +fakeredis==1.6.0 pre-commit==2.14.1 pytest==6.2.4 pytest-responses==0.5.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index b14133e9c..9430538a5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ -e ../tools #egg=code-coverage-tools connexion==2.9.0 datadog==0.42.0 -fakeredis==1.5.2 +fakeredis==1.6.0 Flask==1.1.2 Flask-Cors==3.0.10 flask-talisman==0.8.1