From 2834914b57eb039fc9ce5c4ba9d2735cce174bd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:15:06 +0000 Subject: [PATCH] chore(deps): update dependency asgiref to v3.8.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2da101f6..e941df63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -asgiref==3.5.2 +asgiref==3.8.1 # via django django==4.2.16 # via django-migration-fixer (setup.py)