From 830fbcb5f649db02d7e173f3fb57175007fb8621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:39:03 +0000 Subject: [PATCH] :arrow_up: Bump asgiref from 3.9.2 to 3.10.0 Bumps [asgiref](https://github.com/django/asgiref) from 3.9.2 to 3.10.0. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.9.2...3.10.0) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.10.0 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 8a874a12..6f899a1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asgiref==3.9.2 +asgiref==3.10.0 async-generator==1.10 async-timeout==5.0.1 attrs==25.3.0