From 6be80b2d8b3685fae040335200fe4c0afe8ec6a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:44:30 +0000 Subject: [PATCH] Bump django from 5.1.10 to 5.1.14 in /web Bumps [django](https://github.com/django/django) from 5.1.10 to 5.1.14. - [Commits](https://github.com/django/django/compare/5.1.10...5.1.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index a1215d3..a0cf870 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,4 @@ -Django==5.1.10 +Django==5.1.14 djangorestframework==3.16.1 django-filter==25.1 Markdown