From c7862c76bbe5ff36ba5eb4adf61b95d6f5e044d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:11:33 +0000 Subject: [PATCH] Bump django-cms from 3.6.0 to 3.6.1 in /WebApp Bumps [django-cms](https://github.com/django-cms/django-cms) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/django-cms/django-cms/releases) - [Changelog](https://github.com/django-cms/django-cms/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/django-cms/django-cms/compare/3.6.0...3.6.1) --- updated-dependencies: - dependency-name: django-cms dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- WebApp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApp/requirements.txt b/WebApp/requirements.txt index 4beb7f8..b4f2cb2 100644 --- a/WebApp/requirements.txt +++ b/WebApp/requirements.txt @@ -12,7 +12,7 @@ dj-database-url==0.5.0 Django==2.1.10 django-celery-results==1.1.1 django-classy-tags==0.8.0 -django-cms==3.6.0 +django-cms==3.6.1 django-filer==1.5.0 django-formtools==2.1 django-js-asset==1.2.2