Skip to content

Commit 974cc5d

Browse files
dependabot[bot]nemesifier
authored andcommitted
[deps] Update channels-redis requirement from ~=4.2.1 to >=4.2.1,<4.4.0
Updates the requirements on [channels-redis](https://github.com/django/channels_redis) to permit the latest version. - [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt) - [Commits](django/channels_redis@4.2.1...4.3.0) --- updated-dependencies: - dependency-name: channels-redis dependency-version: 4.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 816c669 commit 974cc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"channels": [
5050
"channels[daphne]~=4.3.0",
51-
"channels_redis~=4.2.1",
51+
"channels_redis>=4.2.1,<4.4.0",
5252
],
5353
"channels-test": [
5454
"pytest-asyncio>=0.24,<0.27",

0 commit comments

Comments
 (0)