From 94b19ed792a5dd593b78e4c33f51fef458cc4f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 06:46:56 +0000 Subject: [PATCH] Bump django from 4.2.13 to 5.0.6 Bumps [django](https://github.com/django/django) from 4.2.13 to 5.0.6. - [Commits](https://github.com/django/django/compare/4.2.13...5.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... 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 d8b1ed0..81c8c4e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ uvicorn[standard]==0.30.0 # https://github.com/encode/uvicorn # Django # ------------------------------------------------------------------------------ -django==4.2.13 # pyup: < 5.0 # https://www.djangoproject.com/ +django==5.0.6 # pyup: < 5.0 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils django-allauth[mfa]==0.63.2 # https://github.com/pennersr/django-allauth