From a3d29ec388c9dd95dab020b4917f15068a1dd8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:49:41 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.15 to 6.0.6 in /backend Bumps [django](https://github.com/django/django) from 5.2.15 to 6.0.6. - [Commits](https://github.com/django/django/compare/5.2.15...6.0.6) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 20f665b..650277f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.8.1 -Django==5.2.15 +Django==6.0.6 djangorestframework==3.16.1 pillow==11.2.1 psycopg2-binary==2.9.10