From b3a798380f7a42d179d52e2f54c68a61fb740062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:55:52 +0000 Subject: [PATCH] Bump django from 4.0.4 to 4.0.9 Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.4...4.0.9) --- 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..a88a847 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.9; 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"