From 1542133d52d614b75f9d030bf6a674a6d7106de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 07:44:03 +0000 Subject: [PATCH] Bump django from 4.0.6 to 4.1.2 Bumps [django](https://github.com/django/django) from 4.0.6 to 4.1.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.6...4.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... 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..39e0d49 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.1.2; 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"