From 58b25b3c1a60c146c9b50d9844ac257dafbb86e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 05:02:33 +0000 Subject: [PATCH] Bump django from 3.2.12 to 4.1.7 in /src/requirements Bumps [django](https://github.com/django/django) from 3.2.12 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.12...4.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... 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 869b73cab..086585baa 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,4 +1,4 @@ -Django==3.2.12 +Django==4.1.7 channels==3.0.4 channels-redis==3.4.0