From 13ac6752ad9da67e1dc54d9bf326875bf103bd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 07:44:31 +0000 Subject: [PATCH] chore(deps): bump asgiref from 3.8.1 to 3.9.0 Bumps [asgiref](https://github.com/django/asgiref) from 3.8.1 to 3.9.0. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.8.1...3.9.0) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.9.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 4f9afa0b..63070408 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,5 +30,5 @@ django-cors-headers==4.7.0 base91==1.0.1 nostr-sdk==0.35.1 pygeohash==3.0.1 -asgiref == 3.8.1 +asgiref == 3.9.0 secp256k1