From 71ae4cf071abeebbf253e29efc0e08822f68849a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:45:55 +0000 Subject: [PATCH] Update django requirement from >=4.2 to >=5.2.13 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.2.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.13 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 79ea6d1..d132481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" authors = [{ name = "Johannes Maron", email = "johannes@maron.family" }] requires-python = ">=3.10" dependencies = [ - "Django>=4.2", + "Django>=5.2.13", "retrying>=1.1.0", "zeep>=2.5.0", ]