From 8d7cd2fd32dd6b76dd515bd03cd0997dfec374be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 00:56:34 +0100 Subject: [PATCH] Bump django from 5.1.3 to 5.1.4 in /example (#4) Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.3...5.1.4) --- updated-dependencies: - dependency-name: django 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 acc125c..728f526 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.3 +django==5.1.4 django-json-ld==0.0.5 django-signposting==0.10.0 httplink==0.2.0