From 0e3a3a334c8f9f64e652c56ea5ad698e00ee5051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:17:37 +0000 Subject: [PATCH] build(deps): bump django from 5.1.14 to 5.1.15 Bumps [django](https://github.com/django/django) from 5.1.14 to 5.1.15. - [Commits](https://github.com/django/django/compare/5.1.14...5.1.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33477cf..1a5c29a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file -django==5.1.14 +django==5.1.15 python-dotenv==1.0.0 mozilla-django-oidc==4.0.0