From 01ca181dd9b790281c835da30affe06e440727ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:29:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86(deps):=20Bump=20django=20from=204.1.7?= =?UTF-8?q?=20to=205.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [django](https://github.com/django/django) from 4.1.7 to 5.0. - [Commits](https://github.com/django/django/compare/4.1.7...5.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c9117e96..a40d964b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Django-related packages -Django==4.1.7 +Django==5.0 django-hosts==5.2 django-ckeditor==6.7.0 django-cleanup==8.0.0