From 244b1e03f9961de459325867aa2b53ce7bee12e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:09:25 +0000 Subject: [PATCH] deps: update django requirement from <5.0.0,>=3.2.0 to >=3.2.0,<6.0.0 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.2.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 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 04ccb21..9dd9a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ "bsv-sdk>=2.1.3", - "django>=3.2.0,<5.0.0", + "django>=3.2.0,<6.0.0", "pydantic>=1.8.0,<3.0.0", "typing-extensions>=4.0.0", ]