From 8b5d43c67435a3d081c1fff9b597195aaaaab0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:24:10 +0000 Subject: [PATCH] Bump django from 2.0 to 4.2.26 in /tests/ticketGrabbingExample Bumps [django](https://github.com/django/django) from 2.0 to 4.2.26. - [Commits](https://github.com/django/django/compare/2.0...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/ticketGrabbingExample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ticketGrabbingExample/requirements.txt b/tests/ticketGrabbingExample/requirements.txt index 65c46a4..e4533e9 100644 --- a/tests/ticketGrabbingExample/requirements.txt +++ b/tests/ticketGrabbingExample/requirements.txt @@ -5,7 +5,7 @@ bs4==0.0.1 certifi==2020.4.5.1 chardet==3.0.4 cycler==0.10.0 -Django==2.0 +Django==4.2.26 django-cors-headers==3.2.1 django-rest-framework==0.1.0 djangorestframework==3.11.0