From 3d158e4bd2c0c9a55ffec1c37de6ef59e1837908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 06:10:35 +0000 Subject: [PATCH] Bump django from 4.0.6 to 4.1.4 Bumps [django](https://github.com/django/django) from 4.0.6 to 4.1.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.6...4.1.4) --- 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..2f45a1e 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.4; 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"