From b7c556f7887b37aea5e5e1462feca9f927f47bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:18:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20django=20requirement=20fro?= =?UTF-8?q?m=20<5.0.0,>=3D3.2.0=20to=20>=3D3.2.0,<6.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/3.2...5.0) --- 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 edd2bf9..5c6e80c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "typing-extensions >=3.7.4,<4.9.0", "pydantic >=1.8.2,<2.0.0", - "Django >=3.2.0,<5.0.0", + "Django >=3.2.0,<6.0.0", ] dynamic = ["version"]