From d653f9559afce08c00c220e8974d4f362b52c9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 01:51:20 +0000 Subject: [PATCH] Bump django-tinymce from 2.7.1 to 3.7.1 in /codalab/requirements Bumps [django-tinymce](https://github.com/jazzband/django-tinymce) from 2.7.1 to 3.7.1. - [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.7.1...3.7.1) --- updated-dependencies: - dependency-name: django-tinymce dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- codalab/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codalab/requirements/requirements.txt b/codalab/requirements/requirements.txt index 3f85d4b2d..593b20355 100644 --- a/codalab/requirements/requirements.txt +++ b/codalab/requirements/requirements.txt @@ -22,7 +22,7 @@ django-mptt==0.9.1 django-nose==1.4.6 django-oauth-toolkit==0.11.0 django-storages==1.9.1 -django-tinymce==2.7.1 +django-tinymce==3.7.1 djangorestframework==3.8.2 mock==1.0.1 oauthlib==1.1.2