From cd74622019752365145a939c0d56d0de98ae5b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:06:36 +0000 Subject: [PATCH] Bump django in /public-repos/samples/contacts-manager-webapp Bumps [django](https://github.com/django/django) from 5.0.13 to 5.1.14. - [Commits](https://github.com/django/django/compare/5.0.13...5.1.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- public-repos/samples/contacts-manager-webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public-repos/samples/contacts-manager-webapp/requirements.txt b/public-repos/samples/contacts-manager-webapp/requirements.txt index 621cf70..4546709 100644 --- a/public-repos/samples/contacts-manager-webapp/requirements.txt +++ b/public-repos/samples/contacts-manager-webapp/requirements.txt @@ -1,5 +1,5 @@ -Django==5.0.13 +Django==5.1.14 django-crispy-forms==1.14.0 django-extensions==3.1.1 faker==23.1.0