From 37bca9204b4b3eb8fe9d048211257afcbef5256a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 23:05:54 +0000 Subject: [PATCH] Bump asgiref from 3.3.1 to 3.5.1 Bumps [asgiref](https://github.com/django/asgiref) from 3.3.1 to 3.5.1. - [Release notes](https://github.com/django/asgiref/releases) - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.3.1...3.5.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 5c988c4..3a6d335 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.3.1 +asgiref==3.5.1 Django==3.1.3 gunicorn==20.0.4 psycopg2==2.8.6