From 83c422313166b5001b56c8e8893e79dd45edbd97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:23:06 +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 83faaf7..f4fe29f 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