From 9a98fa36412f01c41dc3b5d2a6856fb87c5659aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:09:51 +0000 Subject: [PATCH] Bump django from 4.0 to 4.0.6 Bumps [django](https://github.com/django/django) from 4.0 to 4.0.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0...4.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0c608d..57c967a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==4.0 +Django==4.0.6 python-webpack-boilerplate==0.0.7 django-environ==0.8.1 gunicorn==20.1.0