From 12b20152bbb73e9de485bda54e301f9d2965e5b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:23:08 +0000 Subject: [PATCH] Update django requirement from ~=4.2.0 to >=4.2,<5.2 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.4) --- 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 c648cfd27cf..347354636a5 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.8", "cryptography>=38.0.1,<44.0.1", - "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",