Skip to content

Commit

Permalink
fix: pin bleach to version less than 5
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed Apr 8, 2022
1 parent 11e843d commit 4366733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install_requires =
django-contrib-comments >= 2.0
django >= 2.2
tzlocal >= 2
bleach >= 2
bleach >= 2, <5
beautifulsoup4 >= 4.5.3
requests >= 2.1.0
requests-oauthlib >= 1.3
Expand Down

0 comments on commit 4366733

Please sign in to comment.