From 38d976e6e8d1bdc0e1b95835d65321a5f0e67b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:55:20 +0000 Subject: [PATCH] Bump django from 4.2.21 to 5.2.7 in /src Bumps [django](https://github.com/django/django) from 4.2.21 to 5.2.7. - [Commits](https://github.com/django/django/compare/4.2.21...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index d1c069a..689a80f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.21 +Django==5.2.7 django-health-check==3.18.3 django-unfold==0.46.0 psycopg[binary]>=3.1