From a59a7a777ce46ef68c0ad57efda28f235054873a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 18:50:51 +0100 Subject: [PATCH] Bump django from 5.1.1 to 5.1.5 (#947) Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.1...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 2e61706..5831847 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -12,7 +12,7 @@ click==8.1.7 # via black coverage==7.6.1 # via -r requirements.dev.in -django==5.1.1 +django==5.1.5 # via django-debug-toolbar django-debug-toolbar==4.4.6 # via -r requirements.dev.in diff --git a/requirements.txt b/requirements.txt index 5bd253d..2d5958a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ cryptography==43.0.1 # josepy # mozilla-django-oidc # pyopenssl -django==5.1.1 +django==5.1.5 # via # -r requirements.in # django-registration