From f74d40bc1464bca5196afa33fb25ccc9b956ad0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 02:44:21 +0000 Subject: [PATCH] Bump django-tinymce from 4.0.0 to 4.1.0 Bumps [django-tinymce](https://github.com/jazzband/django-tinymce) from 4.0.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/4.0.0...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 0b3cebcb7..8a9e05700 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1132,13 +1132,13 @@ typing-extensions = "*" [[package]] name = "django-tinymce" -version = "4.0.0" +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-4.0.0.tar.gz", hash = "sha256:13a63c81c5bb3683d135f5b1ec4c7da68bc880cf5138ffb266b608914ba12236"}, - {file = "django_tinymce-4.0.0-py3-none-any.whl", hash = "sha256:2b495dca8a6d36831ffd256e930e0919361468862eb7e5ff26f9631bc42061e0"}, + {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] @@ -3858,4 +3858,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2d41cd94f422825ff9ac67601079ba078b9f50640a5652e604b739614435275f" +content-hash = "ef346b453541bcf49ac68db2d701a8e3b2563caf8c97b2aa742f7febc7559eaa" diff --git a/pyproject.toml b/pyproject.toml index 73e3d2b52..480668296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ django-read-only = "==1.12.0" django-reversion-compare = "==0.16.2" django-reversion = "==5.0.12" django-storages = "==1.11.1" -django-tinymce = "==4.0.0" +django-tinymce = "==4.1.0" djangorestframework-csv = "==2.1.1" djangorestframework-guardian = "==0.1.1" djangorestframework = "==3.14.0"