From 1ccee473769d45479e4c0fd6f6e6456724611585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:14:10 +0000 Subject: [PATCH] Bump django from 5.1.2 to 5.1.5 in /requirements Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.2...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index db5ce7dc..b0d4044d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,7 +20,7 @@ python-magic==0.4.27 # Django # ------------------------------------------------------------------------------ # https://www.djangoproject.com/ -django==5.1.2 +django==5.1.5 # https://github.com/django/channels channels[daphne]==4.1.0 # https://github.com/django/daphne