Skip to content

Commit da1480b

Browse files
Update redis requirement from <6,>=5.0 to >=5.0,<8 in /backend
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.1.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13f029e commit da1480b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"whitenoise>=6.8,<7",
2727
"django-environ>=0.11,<1",
2828
"psycopg[binary]>=3.1,<4",
29-
"redis>=5.0,<6",
29+
"redis>=5.0,<8",
3030
"channels>=4.1,<5",
3131
"channels-redis>=4.2,<5",
3232
"daphne>=4.1,<5",

0 commit comments

Comments
 (0)