From 489356cf4b2150782f4f9c770215a13bda811f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:52:10 +0000 Subject: [PATCH] Update django requirement from <5,>=4.2.14 to >=4.2.14,<6 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2.14...5.1.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e30ebe5..7a314a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ # Used by readthedocs.org to build the documentation -Django>=4.2.14,<5 +Django>=4.2.14,<6