From 4364a0fe268b9bc1fe82b936df7544a14fcd053d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 13:27:25 +0000 Subject: [PATCH] Bump django from 4.2.7 to 4.2.15 Bumps [django](https://github.com/django/django) from 4.2.7 to 4.2.15. - [Commits](https://github.com/django/django/compare/4.2.7...4.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f75c5f7..8115698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # End of life Django 4.2: April 2026 # @see https://www.djangoproject.com/download/#supported-versions -Django==4.2.7 +Django==4.2.15 django-widget-tweaks==1.4.12 selenium==3.14