From 45441f9f710c2868abbbb91b0c77742f1eff37be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:32:40 +0000 Subject: [PATCH] chore(deps): update django requirement in /docs Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2...6.0.6) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7340dc1e..8ccfa840 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ sphinx==9.1.0 sphinx_rtd_theme==3.1.0 celery==5.6.3 -django>=4.2,<7 +django>=6.0.6,<7 structlog sphinx-autobuild==2025.8.25 Jinja2==3.1.6