Skip to content

Commit

Permalink
Update channels-redis requirement from ==4.1.* to ==4.2.* in /server
Browse files Browse the repository at this point in the history
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](https://github.com/django/channels_redis/commits)

---
updated-dependencies:
- dependency-name: channels-redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 762bdd8 commit 3180ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiohttp==3.8.6
beautifulsoup4==4.12.*
celery==5.3.*
channels==4.0.*
channels_redis==4.1.*
channels_redis==4.2.*
Django==4.2.*
django-cors-headers==4.3.*
django-decorator-include==3.0
Expand Down

0 comments on commit 3180ba2

Please sign in to comment.