From a973fe9f1090534863409428a5b6dce11562bfff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:11:32 +0000 Subject: [PATCH] Bump django-cms from 3.6.0 to 3.6.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b55d2e..ebe92fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ Django==2.0.7 django-allauth==0.36.0 django-braces==1.13.0 django-classy-tags==0.8.0 -django-cms==3.6.0 +django-cms==3.6.1 django-crispy-forms==1.7.2 django-elasticsearch-dsl==0.5.1 django-excel==0.0.10