From d9797b9ce8b1d13f05cc0ad9de16da99bedc9d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:23:28 +0000 Subject: [PATCH] Update django requirement from <4.3,>=4.2 to >=5.0.7,<5.1 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.0.7) --- 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 dd3d7fc..183d34c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django>=4.2,<4.3 +django>=4.2,<5.1 djangorestframework>=3.15.2,<3.16 markdown>=3.2,<3.6 django-filter>=2.4,<23.6