From 7e6c0ddf71ef4d58fd83f9c93fc72cee3584db4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 23:22:35 +0530 Subject: [PATCH] Bump asgiref from 3.4.1 to 3.5.0 (#90) Bumps [asgiref](https://github.com/django/asgiref) from 3.4.1 to 3.5.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.4.1...3.5.0) --- updated-dependencies: - dependency-name: asgiref dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 02d44a8..846a789 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.4.1 +asgiref==3.5.0 astroid==2.11.2 cachetools==5.0.0 certifi==2021.10.8