From 1258e6c3130cfec4f13f67cdc1d7ad05ca154cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Apr 2023 16:31:27 +0000 Subject: [PATCH] Bump django-tinymce from 2.0.2 to 3.4.0 Bumps [django-tinymce](https://github.com/jazzband/django-tinymce) from 2.0.2 to 3.4.0. - [Release notes](https://github.com/jazzband/django-tinymce/releases) - [Changelog](https://github.com/jazzband/django-tinymce/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-tinymce/compare/2.0.2...3.4.0) --- updated-dependencies: - dependency-name: django-tinymce 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 6cc7d30..d44e246 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==2.2.24 Pillow argparse==1.2.1 django-ckeditor==4.5.1 -django-tinymce==2.0.2 +django-tinymce==3.4.0 django-wysiwyg==0.7.1 gunicorn pytz==2015.4