From 1bff679d8b91daa7fab81a1205fc0969f8fe5f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:09:55 +0000 Subject: [PATCH] Bump django from 3.2.25 to 4.2.27 Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.27. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.27) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.27 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 69f5922..34ed447 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Pin packages to support and work with py3.6. -Django==3.2.25 +Django==4.2.27 djangorestframework==3.15.1 pytz==2025.2 PyMySQL==1.0.2