From f9b0a655c59553a8d2f2fd3a9343bc2dde542abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:50:22 +0000 Subject: [PATCH] Update django requirement from <4.3,>=4.2 to >=4.2,<5.3 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.1) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 078aa9e..7230c77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "IFRC" }] requires-python = "~=3.11" readme = "README.md" dependencies = [ - "Django>=4.2,<4.3", + "Django>=4.2,<5.3", "celery~=5.3", "flower", "django-celery-beat",