From 3871c315d5b251439eb4c4e9e97c18ead69f52e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 23:07:32 +0000 Subject: [PATCH] Bump asgiref from 3.3.1 to 3.5.2 Bumps [asgiref](https://github.com/django/asgiref) from 3.3.1 to 3.5.2. - [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.2) --- 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..05758fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.3.1 +asgiref==3.5.2 Django==3.1.3 gunicorn==20.0.4 psycopg2==2.8.6