From 92185bc8a834ec821f7dbd2b51f007fca2153c5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:37:57 +0000 Subject: [PATCH] Bump django from 4.2.19 to 4.2.21 in /docs/source Bumps [django](https://github.com/django/django) from 4.2.19 to 4.2.21. - [Commits](https://github.com/django/django/compare/4.2.19...4.2.21) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index 24f49392a..f2d6d2425 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple asgiref==3.8.1; python_version >= '3.8' -django==4.2.19; python_version >= '3.10' +django==4.2.21; python_version >= '3.10' django-treebeard==4.7.1; python_version >= '3.8' faker==36.1.0; python_version >= '3.9' markdown==3.7; python_version >= '3.8'