From 5a124d27d39223f76a75f529c19ff6b51381790e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:03:08 +0000 Subject: [PATCH] Update django requirement from <5.1,>=5.0 to >=5.0,<5.2 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.0...5.1.3) --- 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 214677f9a..f41118112 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # NOTE: this needs to change per branch to track the django version. -django>=5.0,<5.1 +django>=5.0,<5.2 pymongo>=4.6,<5.0