[PR #2486] [CLOSED] Bump django-ckeditor from 6.1.0 to 6.3.0 #2575

Closed
opened 2026-02-27 12:11:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2486
Author: @dependabot[bot]
Created: 4/7/2022
Status: Closed

Base: masterHead: dependabot/pip/django-ckeditor-6.3.0


📝 Commits (1)

  • 57e6656 Bump django-ckeditor from 6.1.0 to 6.3.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps django-ckeditor from 6.1.0 to 6.3.0.

Changelog

Sourced from django-ckeditor's changelog.

Changelog

Unreleased

6.2.0

#. CKEditor 4.17.1 #. Made it possible to override the CKEditor template in the widget class. #. Changed CKEDITOR_IMAGE_BACKEND to require dotted module paths (the old identifiers are still supported for now).

Commits
  • 5611c1b django-ckeditor 6.3
  • 386fb8e update README: ckeditor 4.18.0
  • 21a9f99 Update CKEditor to 4.18.0
  • 50cd4ab Merge pull request #687 from timnyborg/fully-qualified-backend
  • 78e7fac Merge pull request #698 from elmq0022/adds-template-name-to-widget
  • 4295269 moves context creation to get_context method
  • 4554b70 updates readme with template_name override
  • ee68f95 uses template_name and _render method from Widget
  • 6ccbaf4 django-ckeditor 6.2.0
  • a6d22aa CKEditor 4.17.1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2486 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/7/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-ckeditor-6.3.0` --- ### 📝 Commits (1) - [`57e6656`](https://github.com/modoboa/modoboa/commit/57e66568b3b09054c3330f07339d94528f5764c9) Bump django-ckeditor from 6.1.0 to 6.3.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [django-ckeditor](https://github.com/django-ckeditor/django-ckeditor) from 6.1.0 to 6.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/django-ckeditor/django-ckeditor/blob/master/CHANGELOG.rst">django-ckeditor's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <h2>6.2.0</h2> <p>#. CKEditor 4.17.1 #. Made it possible to override the CKEditor template in the widget class. #. Changed <code>CKEDITOR_IMAGE_BACKEND</code> to require dotted module paths (the old identifiers are still supported for now).</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/5611c1b61209ba26e651b206209e476b9ec6eb68"><code>5611c1b</code></a> django-ckeditor 6.3</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/386fb8ef1258c64fd8cf2a897ae8ab35158fdce4"><code>386fb8e</code></a> update README: ckeditor 4.18.0</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/21a9f99839cd7be88dfc563e40e101351975ce26"><code>21a9f99</code></a> Update CKEditor to 4.18.0</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/50cd4aba9533c541e7d1ef5a4e67aed8c827f10c"><code>50cd4ab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/django-ckeditor/django-ckeditor/issues/687">#687</a> from timnyborg/fully-qualified-backend</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/78e7fac53ca9231bab8fab04f9c63cd2f91af45d"><code>78e7fac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/django-ckeditor/django-ckeditor/issues/698">#698</a> from elmq0022/adds-template-name-to-widget</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/429526919b8d0c863762c93fa577e79c4afaf378"><code>4295269</code></a> moves context creation to get_context method</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/4554b70755fa819326567d72cacb11ed9d57059e"><code>4554b70</code></a> updates readme with template_name override</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/ee68f956aec283e73dee703949b1ad177502fe0c"><code>ee68f95</code></a> uses template_name and _render method from Widget</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/6ccbaf4e967bc32b04195ec59ede0fa47d801927"><code>6ccbaf4</code></a> django-ckeditor 6.2.0</li> <li><a href="https://github.com/django-ckeditor/django-ckeditor/commit/a6d22aaa658b452ab7e393c2019e771ba987ebfc"><code>a6d22aa</code></a> CKEditor 4.17.1</li> <li>Additional commits viewable in <a href="https://github.com/django-ckeditor/django-ckeditor/compare/6.1.0...6.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-ckeditor&package-manager=pip&previous-version=6.1.0&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2575
No description provided.