From e7705e17726eff35f36e9ff2bdb040b22d660005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:52:43 +0000 Subject: [PATCH] chore(deps): update asgiref requirement from <4,>=3.8 to >=3.11.1,<4 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/test_async.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test_async.txt b/requirements/test_async.txt index e74af3982..8fa6c6806 100644 --- a/requirements/test_async.txt +++ b/requirements/test_async.txt @@ -2,5 +2,5 @@ -r test.txt -r async_dev.txt asgiref>=3.7.2,<3.8; python_version<"3.9" -asgiref>=3.8,<4; python_version>="3.9" +asgiref>=3.11.1,<4; python_version>="3.9" pytest-asyncio<2;