chore: bump channels from 4.1.0 to 4.2.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-18 18:01:44 +00:00 committed by GitHub
parent 7de3ebd2d1
commit cf7c293523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ docker = [
"uwsgi==2.0.28", "uwsgi==2.0.28",
] ]
sync = [ sync = [
"channels==4.1.0", "channels==4.2.0",
"daphne==4.1.2", "daphne==4.1.2",
"pydantic==2.9.2", "pydantic==2.9.2",
"websockets==13.1", "websockets==13.1",