From 019cd8643f2577f41130c20b599f31899d282d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 02:05:36 +0000 Subject: [PATCH] Bump django-tinymce from 2.7.1 to 3.6.0 in /codalab/requirements Bumps [django-tinymce](https://github.com/jazzband/django-tinymce) from 2.7.1 to 3.6.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.7.1...3.6.0) --- 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 5c77b5fbb..fe9df4442 100644 --- a/codalab/requirements/requirements.txt +++ b/codalab/requirements/requirements.txt @@ -23,7 +23,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.6.0 djangorestframework==3.8.2 mock==1.0.1 oauthlib==1.1.2