Skip to content

Commit 490aadc

Browse files
chore(deps): update redis requirement in /compose/backend (#1191)
Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.0.0...v7.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fd38e5 commit 490aadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"psycopg2-binary~=2.8",
3030
"pyld~=2.0",
3131
"python-jose~=3.3",
32-
"redis~=5.0",
32+
"redis~=7.0",
3333
"scipy~=1.9",
3434
"shortuuid~=1.0",
3535
"sqlalchemy~=2.0",

0 commit comments

Comments
 (0)