From 85f3168cdd91ab75aec79a3e46c304aca1b24221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 21:05:55 +0000 Subject: [PATCH] Bump django from 4.1.8 to 4.2.1 Bumps [django](https://github.com/django/django) from 4.1.8 to 4.2.1. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.8...4.2.1) --- 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 f42f5aa..1a4a244 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -12,7 +12,7 @@ hupper # Django # ------------------------------------------------------------------------------ -django==4.1.8 # pyup: < 4.2 # https://www.djangoproject.com/ +django==4.2.1 # pyup: < 4.2 # https://www.djangoproject.com/ django-environ==0.10.0 # https://github.com/joke2k/django-environ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-redis==5.2.0 # https://github.com/jazzband/django-redis