Skip to content

Commit

Permalink
Merge pull request #3378 from modoboa/dependabot/pip/django-ckeditor-…
Browse files Browse the repository at this point in the history
…6.7.2

Bump django-ckeditor from 6.7.1 to 6.7.2
  • Loading branch information
mergify[bot] authored Dec 20, 2024
2 parents 7662824 + c56b89d commit 7fb9c4c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ django==4.2.17
# modoboa (pyproject.toml)
django-bower==5.2.0
# via modoboa (pyproject.toml)
django-ckeditor==6.7.1
django-ckeditor==6.7.2
# via modoboa (pyproject.toml)
django-cors-headers==4.6.0
# via modoboa (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion ldap-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ django==4.2.17
# modoboa (pyproject.toml)
django-auth-ldap==4.8.0
# via modoboa (pyproject.toml)
django-ckeditor==6.7.1
django-ckeditor==6.7.2
# via modoboa (pyproject.toml)
django-cors-headers==4.6.0
# via modoboa (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion mysql-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ django==4.2.17
# djangorestframework
# drf-spectacular
# modoboa (pyproject.toml)
django-ckeditor==6.7.1
django-ckeditor==6.7.2
# via modoboa (pyproject.toml)
django-cors-headers==4.6.0
# via modoboa (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion postgresql-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ django==4.2.17
# djangorestframework
# drf-spectacular
# modoboa (pyproject.toml)
django-ckeditor==6.7.1
django-ckeditor==6.7.2
# via modoboa (pyproject.toml)
django-cors-headers==4.6.0
# via modoboa (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ keywords = ["email"]
license = {file = "LICENSE"}
dependencies = [
"django>4.0,<5.0",
"django-ckeditor==6.7.1",
"django-ckeditor==6.7.2",
"django-phonenumber-field[phonenumbers]==8.0.0",
"django-reversion==5.0.12",
"django-xforwardedfor-middleware==2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ django==4.2.17
# djangorestframework
# drf-spectacular
# modoboa (pyproject.toml)
django-ckeditor==6.7.1
django-ckeditor==6.7.2
# via modoboa (pyproject.toml)
django-cors-headers==4.6.0
# via modoboa (pyproject.toml)
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ django==4.2.17
# djangorestframework
# drf-spectacular
# modoboa (pyproject.toml)
django-ckeditor==6.7.1
django-ckeditor==6.7.2
# via modoboa (pyproject.toml)
django-cors-headers==4.6.0
# via modoboa (pyproject.toml)
Expand Down

0 comments on commit 7fb9c4c

Please sign in to comment.