Skip to content

Commit cbd7cf4

Browse files
build(deps): bump fakeredis from 1.9.1 to 2.0.0 in /backend
Bumps [fakeredis](https://github.com/cunla/fakeredis-py) from 1.9.1 to 2.0.0. - [Release notes](https://github.com/cunla/fakeredis-py/releases) - [Commits](cunla/fakeredis-py@v1.9.1...v2.0.0) --- updated-dependencies: - dependency-name: fakeredis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9366703 commit cbd7cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fakeredis==1.9.1
1+
fakeredis==2.0.0
22
pre-commit==2.20.0
33
pytest==7.1.3
44
pytest-responses==0.5.1

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e ../tools #egg=code-coverage-tools
22
connexion==2.14.1
33
datadog==0.44.0
4-
fakeredis==1.9.1
4+
fakeredis==2.0.0
55
Flask==2.2.2
66
Flask-Cors==3.0.10
77
flask-talisman==1.0.0

0 commit comments

Comments
 (0)