From ead8dd54711480b16f0c2d2b92dcecfcc11ffa0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 07:20:47 +0000 Subject: [PATCH] Bump django from 4.0.8 to 4.1.3 Bumps [django](https://github.com/django/django) from 4.0.8 to 4.1.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.8...4.1.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index e85007c..b23a23c 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -11,7 +11,7 @@ flower==1.2.0 # https://github.com/mher/flower # Django # ------------------------------------------------------------------------------ -django==4.0.8 # pyup: < 4.1 # https://www.djangoproject.com/ +django==4.1.3 # pyup: < 4.1 # https://www.djangoproject.com/ django-utils-six==2.0 django-health-check==3.17.0 django-environ==0.9.0 # https://github.com/joke2k/django-environ