From 605046c173d9fc4ade3276013a60b2567e324bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:12:09 +0000 Subject: [PATCH] build(deps): bump django from 5.0.14 to 5.1.14 Bumps [django](https://github.com/django/django) from 5.0.14 to 5.1.14. - [Commits](https://github.com/django/django/compare/5.0.14...5.1.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.14 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 7e1bfda..33477cf 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.0.14 +django==5.1.14 python-dotenv==1.0.0 mozilla-django-oidc==4.0.0