Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ezkat committed Feb 1, 2024
1 parent 3ef4b55 commit f090050
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 99 deletions.
2 changes: 1 addition & 1 deletion linkedevents/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def dummy_haystack_connection_for_lang(language_code):


import bleach # noqa
BLEACH_ALLOWED_TAGS = bleach.ALLOWED_TAGS + ["p", "div", "br"]
BLEACH_ALLOWED_TAGS = frozenset().union(*[bleach.ALLOWED_TAGS, frozenset(["p", "div", "br"])])

from easy_thumbnails.conf import Settings as thumbnail_settings # noqa
THUMBNAIL_PROCESSORS = (
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ requests-cache
requests
sentry-sdk
six
urllib3<2
Loading

0 comments on commit f090050

Please sign in to comment.