From a1939ec82eb53e48b038ba83cae43aa05af71135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:16:55 +0000 Subject: [PATCH] Bump django from 4.2.2 to 5.0.3 Bumps [django](https://github.com/django/django) from 4.2.2 to 5.0.3. - [Commits](https://github.com/django/django/compare/4.2.2...5.0.3) --- 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 dfc1534..6dfbead 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,7 +8,7 @@ watchfiles==0.19.0 # https://github.com/samuelcolvin/watchfiles # Django # ------------------------------------------------------------------------------ -django==4.2.2 # pyup: < 4.2 # https://www.djangoproject.com/ +django==5.0.3 # pyup: < 4.2 # https://www.djangoproject.com/ django-environ==0.10.0 # https://github.com/joke2k/django-environ django-crispy-forms==2.0 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5