From 557af95c1d288720bc43117663ec88ca95fc8ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 08:13:59 +0000 Subject: [PATCH] Bump asgiref from 3.10.0 to 3.11.0 Bumps [asgiref](https://github.com/django/asgiref) from 3.10.0 to 3.11.0. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.10.0...3.11.0) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ce7c12ca..5720603a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiohttp==3.13.2 aiosignal==1.4.0 - asgiref==3.10.0 + asgiref==3.11.0 attrs==25.4.0 certifi==2025.11.12 charset-normalizer==3.4.4 diff --git a/setup.cfg b/setup.cfg index 9e38b838..2fe06236 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,7 +68,7 @@ python_requires = >=3.10 install_requires = aiohttp==3.13.2 aiosignal==1.4.0 - asgiref==3.10.0 + asgiref==3.11.0 attrs==25.4.0 certifi==2025.11.12 charset-normalizer==3.4.4