From 279d3984484dc0d7c1a25e4a486017a0d831c10f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:40:09 +0100 Subject: [PATCH] Bump django from 5.1.7 to 5.1.14 in /example (#13) Bumps [django](https://github.com/django/django) from 5.1.7 to 5.1.14. - [Commits](https://github.com/django/django/compare/5.1.7...5.1.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 28767f9..2081240 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.8.1 beautifulsoup4==4.12.3 certifi==2024.8.30 charset-normalizer==3.4.0 -django==5.1.7 +django==5.1.14 django-json-ld==0.0.5 django-signposting==0.10.0 httplink==0.2.0