From 0792076d12151e4fc8b2d3b0f9cd942a83a30f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:28:31 +0000 Subject: [PATCH] Bump django from 3.0.8 to 4.2.26 Bumps [django](https://github.com/django/django) from 3.0.8 to 4.2.26. - [Commits](https://github.com/django/django/compare/3.0.8...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 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 a897fe6..dfe6e60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ astroid==2.4.2 attrs==19.3.0 certifi==2020.6.20 chardet==3.0.4 -Django==3.0.8 +Django==4.2.26 django-cors-headers==3.4.0 djangorestframework==3.11.0 idna==2.10