From 0a8a4c5c63205ef40c80239e6295e5b3bed967e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:25:42 +0000 Subject: [PATCH] build(deps): bump asgiref from 3.6.0 to 3.8.1 Bumps [asgiref](https://github.com/django/asgiref) from 3.6.0 to 3.8.1. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.6.0...3.8.1) --- 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 32b3188f..1f89db39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # async functionality -asgiref==3.6.0 +asgiref==3.8.1 # Websockets channels[daphne]==4.0.0