From 656493b136cd5438edd31869194663765a5cdd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 07:15:50 +0000 Subject: [PATCH] Bump django from 4.0.6 to 4.1.3 Bumps [django](https://github.com/django/django) from 4.0.6 to 4.1.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.6...4.1.3) --- 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..f21c61c 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.3; 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"