From c6001aa7b8c31b14a425a192f0dcd28f6e24926b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 07:21:58 +0100 Subject: [PATCH] Bump django from 5.0.1 to 5.0.2 (#625) Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2. - [Commits](https://github.com/django/django/compare/5.0.1...5.0.2) --- 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 c7bdcc8..7d4b749 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -12,7 +12,7 @@ click==8.1.7 # via black coverage==7.4.1 # via -r requirements.dev.in -django==5.0.1 +django==5.0.2 # via # django-appconf # django-debug-toolbar diff --git a/requirements.txt b/requirements.txt index 4e8081d..bea3c7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ click==8.1.7 # via waybackpy confusable-homoglyphs==3.2.0 # via django-registration -django==5.0.1 +django==5.0.2 # via # -r requirements.in # django-registration