From e35211b4524ec3c8200b3d35fd959c80682d5300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:14:46 +0000 Subject: [PATCH] Bump asgiref from 3.9.1 to 3.9.2 in /requirements Bumps [asgiref](https://github.com/django/asgiref) from 3.9.1 to 3.9.2. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.9.1...3.9.2) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 976ad0937a41..9de8caf5d435 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -317,9 +317,9 @@ PyJWT==2.10.1 \ amqp==5.3.1 \ --hash=sha256:43b3319e1b4e7d1251833a93d672b4af1e40f3d632d479b98661a95f117880a2 \ --hash=sha256:cddc00c725449522023bad949f70fff7b48f0b1ade74d170a6f10ab044739432 -asgiref==3.9.1 \ - --hash=sha256:a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142 \ - --hash=sha256:f3bba7092a48005b5f5bacd747d36ee4a5a61f4a269a6df590b43144355ebd2c +asgiref==3.9.2 \ + --hash=sha256:0b61526596219d70396548fc003635056856dba5d0d086f86476f10b33c75960 \ + --hash=sha256:a0249afacb66688ef258ffe503528360443e2b9a8d8c4581b6ebefa58c841ef1 # billiard is required by celery billiard==4.2.1 \ --hash=sha256:12b641b0c539073fc8d3f5b8b7be998956665c4233c7c1fcd66a7e677c4fb36f \