From 16ac60a882dd71b1d334dc08781dd13308b705a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:00:00 +0000 Subject: [PATCH] Update django requirement from ~=4.2.0 to ~=5.1.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.1.3) --- updated-dependencies: - dependency-name: django 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 9c9d1e6412..4d6ca88618 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "backoff>=2.1.2,<2.2.2", "click>=8.1.0,<=8.1.7", "cryptography>=38.0.1,<43.0.4", - "Django~=4.2.0", # LTS version, switch only if we have a compelling reason to", + "Django>=4.2,<5.2", # LTS version, switch only if we have a compelling reason to", "django-filter>=23.1,<=24.3", "django-guid>=3.3,<=3.5.0", "django-import-export>=2.9,<3.4.0",