From 94d511d1eb911ce0d51011f6fd3764a1c82e38cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 01:35:00 +0000 Subject: [PATCH] Bump channels from 3.0.3 to 4.0.0 in /backend Bumps [channels](https://github.com/django/channels) from 3.0.3 to 4.0.0. - [Release notes](https://github.com/django/channels/releases) - [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/3.0.3...4.0.0) --- updated-dependencies: - dependency-name: channels dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f9723b5..ce596b8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, autobahn==21.3.1; python_version >= '3.7' automat==20.2.0 cffi==1.14.5 -channels==3.0.3 +channels==4.0.0 constantly==15.1.0 cryptography==3.4.7; python_version >= '3.6' daphne==3.0.2; python_version >= '3.6'