From f7437cb3eff1baf050fab06d7327360382835c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:15:21 +0000 Subject: [PATCH] Bump django from 4.0.4 to 4.0.7 Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.4...4.0.7) --- 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 6f35395..391794b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ django-debug-toolbar==3.2.4; python_version >= "3.6" django-ranged-response==0.2.0 django-sendgrid-v5==1.2.0 django-simple-captcha==0.5.17 -django==4.0.4; python_version >= "3.8" +django==4.0.7; python_version >= "3.8" gunicorn==20.1.0; python_version >= "3.5" h11==0.13.0; python_version >= "3.7" h2==3.2.0; python_full_version >= "3.6.7" and python_version >= "3.6"