From aebc4e0e044855ae5d02a6eeb95cf34310c5b9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:13:26 +0000 Subject: [PATCH] Bump django from 4.2.25 to 6.0.3 in /src Bumps [django](https://github.com/django/django) from 4.2.25 to 6.0.3. - [Commits](https://github.com/django/django/compare/4.2.25...6.0.3) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.3 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 81007ff..2e90021 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.25 +Django==6.0.3 django-health-check==3.18.3 django-unfold==0.46.0 psycopg[binary]>=3.1