From 2a8aea3379f01fb6dfaac0f520903c21a06731eb Mon Sep 17 00:00:00 2001 From: Brage <40792825+Terbau@users.noreply.github.com> Date: Sat, 30 Sep 2023 23:14:20 +0200 Subject: [PATCH] Bump redwine to v1.4.5 (#3014) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee916b13c..fab475c1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ django-watson = "~1.6.2" # Indexed model search lib django-reversion = "~5.0" # Model version history with middleware hooks to all post_save signals django-guardian = "~2.4" # Per Object permissions framework django-taggit = "~2.1" # Generic multi-model tagging library -redwine = { git = "https://github.com/dotkom/redwine.git", rev = "v1.4.4" } +redwine = { git = "https://github.com/dotkom/redwine.git", rev = "v1.4.5" } pdfdocument = "~4.0" Unidecode = "~1.3" # Translates every unicode symbol to the closest ascii. online_mail_usernames django-markdown-deux = "~1.0"