From 0852591e80b23964ce853e43bc7d6082248723d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 17:16:37 +0000 Subject: [PATCH] Bump asgiref from 3.5.2 to 3.6.0 Bumps [asgiref](https://github.com/django/asgiref) from 3.5.2 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.2...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 b82e538..bbb1184 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -asgiref==3.5.2 +asgiref==3.6.0 # via django django==4.1.5 # via django-migration-fixer (setup.py)