From ddbc812cf14e7dc7250b459165baa2d294d67899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 03:51:07 +0000 Subject: [PATCH] Bump asgiref from 3.7.2 to 3.8.0 Bumps [asgiref](https://github.com/django/asgiref) from 3.7.2 to 3.8.0. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.7.2...3.8.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 e12d8bf..89e2cc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.7.2 +asgiref==3.8.0 # backports.zoneinfobackports.zoneinfo;python_version<"3.9" Django==4.2.11 django-ckeditor==6.7.1