From 3e1f68bc4ca36a78f23eb8958f5b2d7cd788a98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 18:42:38 -0300 Subject: [PATCH] Bump asgiref from 3.6.0 to 3.7.2 in /requirements (#489) Bumps [asgiref](https://github.com/django/asgiref) from 3.6.0 to 3.7.2. - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.6.0...3.7.2) --- updated-dependencies: - dependency-name: asgiref dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- requirements/tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 61bea300..dc7c8463 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,7 +6,7 @@ # alabaster==0.7.12 # via sphinx -asgiref==3.6.0 +asgiref==3.7.2 # via -r tests.in babel==2.10.3 # via sphinx diff --git a/requirements/tests.txt b/requirements/tests.txt index 6b50d412..2312e4a1 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,7 +4,7 @@ # # pip-compile tests.in # -asgiref==3.6.0 +asgiref==3.7.2 # via -r tests.in cachelib==0.10.2 # via -r tests.in