From e958217ee27271e72c02badf1dccc59e9a2abf80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 06:39:52 +0000 Subject: [PATCH] Bump django from 4.0.6 to 4.1 Bumps [django](https://github.com/django/django) from 4.0.6 to 4.1. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.6...4.1) --- 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..8e2674f 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; 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"