[DEPENDABOT] Update: Bump channels-redis from 4.2.0 to 4.2.1

Bumps [channels-redis](https://github.com/django/channels_redis) from 4.2.0 to 4.2.1.
- [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/django/channels_redis/compare/4.2.0...4.2.1)

---
updated-dependencies:
- dependency-name: channels-redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-10 11:44:55 +00:00
committed by GitHub
parent 10dfa20d65
commit 7c81d8e8eb

View File

@@ -37,7 +37,7 @@ pytest-django==4.9.0
# WebSocket Support
channels==4.1.0
channels-redis==4.2.0
channels-redis==4.2.1
daphne==4.1.2
# React and Material UI will be handled via npm in the frontend directory