From 9dc1384a8686c1dcdf2f773cbc06c09b3687e9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:51:23 +0000 Subject: [PATCH] Bump django from 3.2.13 to 3.2.23 in /dashboard_viewer Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.23. - [Commits](https://github.com/django/django/compare/3.2.13...3.2.23) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard_viewer/requirements.in | 2 +- dashboard_viewer/requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dashboard_viewer/requirements.in b/dashboard_viewer/requirements.in index 7e75109..f475871 100644 --- a/dashboard_viewer/requirements.in +++ b/dashboard_viewer/requirements.in @@ -9,7 +9,7 @@ django-markdownify==0.9.0 # markdown to html django-model-utils==4.2.0 # get specific type of subclasses after requesting buttons on tabsManager app django-sass-processor==1.1 # automate scss devolopment django-redis==5.1.0 # acess redis through a programmatic API -django==3.2.13 +django==3.2.23 djangorestframework==3.13.1 # expose tabs content through an API libsass==0.21.0 # to compile scss files into css gunicorn==20.1.0 # for production deployment diff --git a/dashboard_viewer/requirements.txt b/dashboard_viewer/requirements.txt index dee3a3c..2618cc2 100644 --- a/dashboard_viewer/requirements.txt +++ b/dashboard_viewer/requirements.txt @@ -34,9 +34,7 @@ click-plugins==1.1.1 # via celery click-repl==0.2.0 # via celery -colorama==0.4.6 - # via click -django==3.2.13 +django==3.2.23 # via # -r requirements.in # django-appconf