From dc91b530d130a0e21016dd9fdc242c49bb804ca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:17:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86(deps):=20Bump=20django=20from=204.1.7?= =?UTF-8?q?=20to=204.2.2?= 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 4.2.2. - [Commits](https://github.com/django/django/compare/4.1.7...4.2.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a7d6877..b9584f7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Django-related packages -Django==4.1.7 +Django==4.2.2 django-hosts==5.2 django-ckeditor==6.5.1 django-cleanup==8.0.0