From a214bcb01abf7ea1d7890dbfaeb483de69739054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 22:57:18 +0000 Subject: [PATCH] build(deps): bump asgiref from 3.6.0 to 3.7.2 Bumps [asgiref](https://github.com/django/asgiref) from 3.6.0 to 3.7.2. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.6.0...3.7.2) --- updated-dependencies: - dependency-name: asgiref dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44c46eaf..ed14c9c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # async functionality -asgiref==3.6.0 +asgiref==3.7.2 # Websockets channels[daphne]==4.0.0