From 27e4c4316d6e98e92d287412bfcd34c95f4475cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:27:49 +0000 Subject: [PATCH] build(deps): bump asgiref from 3.8.1 to 3.9.2 in /backend Bumps [asgiref](https://github.com/django/asgiref) from 3.8.1 to 3.9.2. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.8.1...3.9.2) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f0cf262ee..24a224874 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -32,7 +32,7 @@ APScheduler==3.10.4 RestrictedPython==8.0 loguru==0.7.2 -asgiref==3.8.1 +asgiref==3.9.2 # AI libraries openai