From f234e7738a498c000da7c7aa563da6d70f61492b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 01:06:27 +0000 Subject: [PATCH] Bump asgiref from 3.3.1 to 3.4.0 Bumps [asgiref](https://github.com/django/asgiref) from 3.3.1 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) --- 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 78f70d9..81c7edf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.3.1 +asgiref==3.4.0 certifi==2021.5.30 chardet==4.0.0 dj-database-url==0.5.0