From ac51c3d4c54239a340be2e075e6cc216c7463d00 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 23:16:53 +0000 Subject: [PATCH] Bump asgiref from 3.2.10 to 3.4.0 Bumps [asgiref](https://github.com/django/asgiref) from 3.2.10 to 3.4.0. - [Release notes](https://github.com/django/asgiref/releases) - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/commits) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09e4e9f..217d842 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.2.10 +asgiref==3.4.0 Django==3.1.1 djangorestframework==3.11.1 pytz==2020.1