From 6e69cd94ad3c49eab5c27e97a09af64f3435d3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:54:58 +0000 Subject: [PATCH] build(deps): update django requirement in /backend Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2...5.2.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index aec1c8e..79936bb 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.0" description = "Tujjar AI Marketplace SaaS Backend" requires-python = ">=3.10" dependencies = [ - "Django>=4.2,<5.2", + "Django>=4.2,<5.3", "djangorestframework>=3.15,<4.0", "djangorestframework-simplejwt>=5.3,<6.0", "django-cors-headers>=4.3,<5.0",