From 75bc75888b5b420a9259c8f8073308da1eaa6277 Mon Sep 17 00:00:00 2001 From: Andy Chosak Date: Thu, 10 Oct 2024 16:00:13 -0400 Subject: [PATCH] Upgrade Django from 4.2.15 to 4.2.16 This change bumps the version of Django from 4.2.15 to 4.2.16. This resolves two security issues: https://docs.djangoproject.com/en/5.1/releases/4.2.16/ --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 7868f35..01b3496 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.12.3 click==8.1.7 cssselect==1.2.0 -Django==4.2.15 +Django==4.2.16 dj-database-url==2.2.0 django-click==2.4.0 django-debug-toolbar==4.4.6