From 6d92fa2e048091d7dcafbbe7c4abddfa8cf650a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:15:28 +0000 Subject: [PATCH] Bump django from 4.2.9 to 5.1.3 Bumps [django](https://github.com/django/django) from 4.2.9 to 5.1.3. - [Commits](https://github.com/django/django/compare/4.2.9...5.1.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 b5882ced..afa4ffbf 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,7 +10,7 @@ ipython==8.21.0 # Django # ------------------------------------------------------------------------------ -django==4.2.9 # pyup: < 4.1 # https://www.djangoproject.com/ +django==5.1.3 # pyup: < 4.1 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils