From 654e76c672b40fd11c6a902f90b8a3dcb683bc32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:41:07 +0000 Subject: [PATCH] Bump django-tinymce from 2.9.0 to 4.1.0 Bumps [django-tinymce](https://github.com/jazzband/django-tinymce) from 2.9.0 to 4.1.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.9.0...4.1.0) --- updated-dependencies: - dependency-name: django-tinymce dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f22211f..5c463a9 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def read(fname): ], packages=find_packages(exclude=['example', 'example.*']), install_requires=[ - 'django-tinymce==2.9.0', + 'django-tinymce==4.1.0', 'django-imagekit==0.4.1', 'django-classy-tags==0.9.0', 'django==2.2.*',