Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump redwine to v1.4.6 #3016

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5" }
redwine = { git = "https://github.com/dotkom/redwine.git", rev = "v1.4.6" }
pdfdocument = "~4.0"
Unidecode = "~1.3" # Translates every unicode symbol to the closest ascii. online_mail_usernames
django-markdown-deux = "~1.0"
Expand Down
Loading