From 8a4d0e6f5c8b2a3e117036d4578bff5ca1c41585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 23:43:06 +0000 Subject: [PATCH] Update django requirement from <6.1,>=6.0 to >=6.0,<6.2 Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/6.0...6.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' 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 60645fa2..b777a5b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "2.0.0-dev" description = "Docketworks v2 — job/docket management for jobbing shops" requires-python = ">=3.12,<3.13" dependencies = [ - "django>=6.0,<6.1", + "django>=6.0,<6.2", "django-ninja>=1.4", "psycopg[binary]>=3.2", "python-dotenv>=1.1",