From c0f583fdc1f9153020e05321f4444a2e2d541c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 08:05:42 +0000 Subject: [PATCH] Bump asgiref from 3.4.0 to 3.4.1 Bumps [asgiref](https://github.com/django/asgiref) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/django/asgiref/releases) - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/commits/3.4.1) --- updated-dependencies: - dependency-name: asgiref dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 4eb84822..9a4dd84e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,7 +8,7 @@ alabaster==0.7.12 # via sphinx appdirs==1.4.4 # via virtualenv -asgiref==3.4.0 +asgiref==3.4.1 # via -r requirements/tests.in attrs==21.2.0 # via pytest diff --git a/requirements/tests.txt b/requirements/tests.txt index 6bfc63fa..1530a910 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -4,7 +4,7 @@ # # pip-compile requirements/tests.in # -asgiref==3.4.0 +asgiref==3.4.1 # via -r requirements/tests.in attrs==21.2.0 # via pytest