Bleach 3.0.0 has a bug that can result in exceptions for some inputs. Bug report filed. Disallow this version.

- Legacy-Id: 15546
This commit is contained in:
Henrik Levkowetz 2018-10-09 15:08:40 +00:00
parent 004d1d3aa8
commit fb1baefcc1

View file

@ -5,7 +5,7 @@ anora>=0.1.2
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
beautifulsoup4>=4.5.0
bibtexparser>=0.6.2,<1.0 # Version 1.0 doesn't work under python 2.7. 1.0.1 doesn't recognize month names or abbreviations.
bleach>=2.0.0
bleach>=2.0.0,!=3.0.0
coverage>=4.0.1,!=4.0.2
#cssselect>=0.6.1 # for PyQuery
decorator>=4.0.4