From a7c617707898776a4b6d159e1724a565797af2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 21:52:14 +0000 Subject: [PATCH] build(deps): bump fakeredis from 1.7.0 to 1.8.2 in /backend Bumps [fakeredis](https://github.com/dsoftwareinc/fakeredis-py) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/dsoftwareinc/fakeredis-py/releases) - [Commits](https://github.com/dsoftwareinc/fakeredis-py/compare/1.7.0...v1.8.2) --- 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 4ae5653e7..9bfea4ee8 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==1.7.0 +fakeredis==1.8.2 pre-commit==2.17.0 pytest==6.2.5 pytest-responses==0.5.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index bdcbfec28..dbd8bd09e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ -e ../tools #egg=code-coverage-tools connexion==2.10.0 datadog==0.44.0 -fakeredis==1.7.0 +fakeredis==1.8.2 Flask==2.1.3 Flask-Cors==3.0.10 flask-talisman==0.8.1