From 235b556eb1d3c6c06977cda1b99296f46383b94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:08:30 +0000 Subject: [PATCH] poetry bot: bump django-ckeditor from 6.7.1 to 6.7.2 Bumps [django-ckeditor](https://github.com/django-ckeditor/django-ckeditor) from 6.7.1 to 6.7.2. - [Changelog](https://github.com/django-ckeditor/django-ckeditor/blob/main/CHANGELOG.rst) - [Commits](https://github.com/django-ckeditor/django-ckeditor/compare/6.7.1...6.7.2) --- updated-dependencies: - dependency-name: django-ckeditor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 85811ae02..ac421f698 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -791,13 +791,13 @@ Django = ">=3.2" [[package]] name = "django-ckeditor" -version = "6.7.1" +version = "6.7.2" description = "Django admin CKEditor integration." optional = false python-versions = ">=3.8" files = [ - {file = "django-ckeditor-6.7.1.tar.gz", hash = "sha256:7144f9ead662306266c728912487313b3b87ba2abf9dbb82c447f662ce25d1f7"}, - {file = "django_ckeditor-6.7.1-py3-none-any.whl", hash = "sha256:55b5f9ce3af47e3c8a8ed37d42be8439da2a664d6e571c2247c1db5c96459dd7"}, + {file = "django_ckeditor-6.7.2-py3-none-any.whl", hash = "sha256:2b3f147ce21eba861db481683e9a4639c11f0ad1f0d37c179003ef07f9eb65a4"}, + {file = "django_ckeditor-6.7.2.tar.gz", hash = "sha256:a66be4f0ca13924d756e4930260144b31df4164eae8b942ca610f4313df00d5f"}, ] [package.dependencies] @@ -3703,4 +3703,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "288dc767b9555b507897beb707f52b4ba17a885f5c46271f491c1ac00aab3a8a" +content-hash = "0ac39d14f329b9bab38e751fe4f2a816782dfce8e71942b7bac3171e7be688a7" diff --git a/pyproject.toml b/pyproject.toml index dacfbe016..65db2507b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ django-admin-list-filters = "^1.2" django-anymail = "^8.6" django-better-admin-arrayfield = "^1.4.2" django-bootstrap4 = "^23.4" -django-ckeditor = "^6.7.1" +django-ckeditor = "^6.7.2" django-compressor = "^4.4" django-cors-headers = "^3.14.0" django-environ = "^0.9.0"