From ced25b0a780aa1760d7f91f4bfa8567c615d3740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 05:37:06 +0000 Subject: [PATCH] Update asgiref requirement from >=3.8.0 to >=3.11.1 Updates the requirements on [asgiref](https://github.com/django/asgiref) to permit the latest version. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.8.0...3.11.1) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21a3ef87..d138beb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ idna>=3.7 charset-normalizer>=3.3.2 -asgiref>=3.8.0 +asgiref>=3.11.1 sqlparse>=0.5.0