From 2cbe3538c45f0974577f0823fa5c1f9d21aec83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:34:10 +0000 Subject: [PATCH] Bump django from 4.2.7 to 4.2.17 Bumps [django](https://github.com/django/django) from 4.2.7 to 4.2.17. - [Commits](https://github.com/django/django/compare/4.2.7...4.2.17) --- 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..3e12840 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.17 django-widget-tweaks==1.4.12 selenium==3.14