From 7ba3f4994404e6755234e7892996e85796949e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:26:00 +0000 Subject: [PATCH] Bump django from 4.0.6 to 4.0.7 Bumps [django](https://github.com/django/django) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.6...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 31620e3..b07f49b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-extensions==3.1.5; python_version >= "3.6" django-import-export==2.8.0; python_version >= "3.7" django-minify-html==1.3.0; python_version >= "3.8" django-rq==2.5.1 -django==4.0.6; python_version >= "3.8" +django==4.0.7; python_version >= "3.8" djangorestframework==3.13.1; python_version >= "3.6" et-xmlfile==1.1.0; python_version >= "3.7" gunicorn==20.1.0; python_version >= "3.5"