From 30dc9156cb57fe643c38752f4d572c2782ff2369 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 8 May 2025 01:35:48 +0800 Subject: [PATCH] Update django from 5.1.8 to 5.1.9 --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index f747804cf..cc90775f3 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -29,7 +29,7 @@ uvicorn-worker==0.3.0 # https://github.com/Kludex/uvicorn-worker # Django # ------------------------------------------------------------------------------ -django==5.1.8 # pyup: < 5.2 # https://www.djangoproject.com/ +django==5.1.9 # pyup: < 5.2 # https://www.djangoproject.com/ django-environ==0.12.0 # https://github.com/joke2k/django-environ django-model-utils==5.0.0 # https://github.com/jazzband/django-model-utils django-allauth[mfa]==65.7.0 # https://github.com/pennersr/django-allauth