diff --git a/pyproject.toml b/pyproject.toml index d83ffd139..11b5806a3 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.2" } +redwine = { git = "https://github.com/dotkom/redwine.git", rev = "v1.4.3" } pdfdocument = "~4.0" Unidecode = "~1.3" # Translates every unicode symbol to the closest ascii. online_mail_usernames django-markdown-deux = "~1.0"