From 77b85f3c7a81c8a9de0a8144456603be2b22b1c5 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Tue, 3 Oct 2023 19:25:13 +0200 Subject: [PATCH] Bump trip to `2.0.7` --- prose/widgets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prose/widgets.py b/prose/widgets.py index 87bdbca..3b314f1 100644 --- a/prose/widgets.py +++ b/prose/widgets.py @@ -7,11 +7,11 @@ class RichTextEditor(Textarea): class Media: css = { "all": ( - "https://unpkg.com/trix@2.0.6/dist/trix.css", + "https://unpkg.com/trix@2.0.7/dist/trix.css", "prose/editor.css", ), } js = ( - "https://unpkg.com/trix@2.0.6/dist/trix.umd.min.js", + "https://unpkg.com/trix@2.0.7/dist/trix.umd.min.js", "prose/editor.js", )