From 80cb057f630e499edf337898e2c6474bd3f030a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 16:21:07 +0000 Subject: [PATCH] build(deps): bump django from 1.11.29 to 2.2.24 in /karaoke Bumps [django](https://github.com/django/django) from 1.11.29 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.29...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- karaoke/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karaoke/requirements.txt b/karaoke/requirements.txt index 60d7556..358c350 100644 --- a/karaoke/requirements.txt +++ b/karaoke/requirements.txt @@ -1,5 +1,5 @@ # This file contains pinned requirements from the old container -Django==1.11.29 +Django==2.2.24 django-auth-ldap==1.2.16 django-guardian==1.4.9 django-ldapdb==0.9.0