From 62a894c7ab0f67d2bed51e919efd195280042041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 07:02:34 +0000 Subject: [PATCH] build(deps): bump asgiref from 3.9.1 to 3.9.2 in /thesis 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] --- thesis/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/thesis/requirements.txt b/thesis/requirements.txt index 3cc6bca..7a899a7 100644 --- a/thesis/requirements.txt +++ b/thesis/requirements.txt @@ -1,8 +1,8 @@ # This file was autogenerated by uv via the following command: # uv export -asgiref==3.9.1 \ - --hash=sha256:a5ab6582236218e5ef1648f242fd9f10626cfd4de8dc377db215d5d5098e3142 \ - --hash=sha256:f3bba7092a48005b5f5bacd747d36ee4a5a61f4a269a6df590b43144355ebd2c +asgiref==3.9.2 \ + --hash=sha256:0b61526596219d70396548fc003635056856dba5d0d086f86476f10b33c75960 \ + --hash=sha256:a0249afacb66688ef258ffe503528360443e2b9a8d8c4581b6ebefa58c841ef1 # via django click==8.2.1 \ --hash=sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202 \