From fd3380cdd4afc4bb193130cfe39ccc9553003db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:02:01 +0000 Subject: [PATCH] chore(deps): bump asgiref from 3.5.1 to 3.6.0 Bumps [asgiref](https://github.com/django/asgiref) from 3.5.1 to 3.6.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/compare/3.5.1...3.6.0) --- 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 7ec5e01..2d33a55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.5.1 +asgiref==3.6.0 dj-database-url==0.5.0 Django==4.0.2 gunicorn==20.1.0