From 9bec82b7c7679c516936e5a344f288bee86bbad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 10:10:57 +0200 Subject: [PATCH] build(deps): bump asgiref from 3.2.10 to 3.3.0 (#5) Bumps [asgiref](https://github.com/django/asgiref) from 3.2.10 to 3.3.0. - [Release notes](https://github.com/django/asgiref/releases) - [Changelog](https://github.com/django/asgiref/blob/master/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.2.10...3.3.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77658a3..06e7eb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.2.10 +asgiref==3.3.0 Django==3.1.2 django-cors-headers==3.5.0 djangorestframework==3.12.1