From fb6521f4f1db699f8f40918212ca13107e1865cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:14:00 +0000 Subject: [PATCH] build(deps): bump fakeredis from 1.6.1 to 2.21.3 in /backend Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 1.6.1 to 2.21.3. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](https://github.com/cunla/fakeredis-py/compare/1.6.1...v2.21.3) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:production update-type: version-update:semver-major ... 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 effb8385f..852db3d43 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,4 +1,4 @@ -fakeredis==1.6.1 +fakeredis==2.21.3 pre-commit==2.15.0 pytest==6.2.5 pytest-responses==0.5.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 5fc234270..44dfe08a8 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.6.1 +fakeredis==2.21.3 Flask==1.1.2 Flask-Cors==3.0.10 flask-talisman==0.8.1