From d6ced6ad939cacca748fefd3738421fb033a0a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:43:09 +0000 Subject: [PATCH] Bump django-tinymce from 3.7.1 to 4.1.0 Bumps [django-tinymce](https://github.com/jazzband/django-tinymce) from 3.7.1 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/3.7.1...4.1.0) --- updated-dependencies: - dependency-name: django-tinymce dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1c11f32d..3e8bf19c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -689,13 +689,13 @@ python-dateutil = "*" [[package]] name = "django-tinymce" -version = "3.7.1" +version = "4.1.0" description = "A Django application that contains a widget to render a" optional = false python-versions = ">=3.8" files = [ - {file = "django-tinymce-3.7.1.tar.gz", hash = "sha256:29086daffb337bdd2178413e600693dff846aa4efd557c3924b8c3cba9a37e8c"}, - {file = "django_tinymce-3.7.1-py3-none-any.whl", hash = "sha256:beb4d27cdacd4f8b00c90378f02898cb448e9f01a1a8a65eff4c38ca3c8edbc9"}, + {file = "django_tinymce-4.1.0-py3-none-any.whl", hash = "sha256:9804836e6d2b08de3b03a27c100f8c2e9633549913eff8b323678a10cd48b94e"}, + {file = "django_tinymce-4.1.0.tar.gz", hash = "sha256:02e3b70e940fd299f0fbef4315aee5c185664e1eb8cd396b176963954e4357c9"}, ] [package.dependencies] @@ -1637,4 +1637,4 @@ docs = ["Sphinx", "elementpath (>=4.1.5,<5.0.0)", "jinja2", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f49e8cf0c683c6150e44a4b340973f993269dacdc51a5253921c6d126aff6248" +content-hash = "00b44525608bd99d3c8bc98cf319fd014252c7bb28233cacdfabd38953e0197e" diff --git a/pyproject.toml b/pyproject.toml index 3aef89a1..fba6809c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ django-constance = {extras = ["database"], version = "^2.9.0"} # No official sup html2text = "^2020.1.16" django-ical = "^1.9.2" # No official support for Django 5.0. fontawesomefree = "^6.1.1" -django-tinymce = "^3.7.1" +django-tinymce = "^4.1.0" bleach = { extras = ["css"], version = "^5.0.1" } django-admin-rangefilter = "^0.12.1" django-queryable-properties = "^1.9.2"