Skip to content

Commit b1e2474

Browse files
chore(deps): update redis requirement in /compose/backend (#1089)
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@v4.4.0...v6.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.4.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 9cb311f commit b1e2474

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~=4.4",
32+
"Redis~=6.4",
3333
"scipy~=1.9",
3434
"shortuuid~=1.0",
3535
"sqlalchemy~=1.4",

0 commit comments

Comments
 (0)