From 69836d9529495ddf7989a30308a69f728dbdfcef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 09:00:51 +0000 Subject: [PATCH] Bump django from 3.2.5 to 3.2.6 in /src/requirements Bumps [django](https://github.com/django/django) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/commits) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 703ea013..9ca06a24 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,4 +1,4 @@ -Django==3.2.5 +Django==3.2.6 channels==3.0.4 channels-redis==3.3.0